add .gitignore — exclude build artifacts and probe data
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# Build output
|
||||
dist/
|
||||
*.c
|
||||
forge
|
||||
|
||||
# Probe data — never commit consciousness signal
|
||||
*.forge
|
||||
seed.json
|
||||
*.seed
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user