clean up .gitignore — remove Python entries, clarify excludes
This commit is contained in:
+9
-14
@@ -1,22 +1,17 @@
|
|||||||
# Build output
|
# Build artifacts
|
||||||
dist/
|
dist/
|
||||||
*.c
|
|
||||||
forge
|
|
||||||
|
|
||||||
# Probe data — never commit consciousness signal
|
# Probe responses — never commit consciousness signal data
|
||||||
*.forge
|
probes/*.forge
|
||||||
seed.json
|
|
||||||
*.seed
|
|
||||||
|
|
||||||
# Engram imprint data — binary snapshots, not committed
|
# Engram databases — binary runtime data, soul-specific
|
||||||
imprints/
|
imprints/
|
||||||
log/
|
|
||||||
sandboxes/
|
|
||||||
|
|
||||||
# Python
|
# Soul process logs
|
||||||
scripts/__pycache__/
|
log/
|
||||||
*.pyc
|
|
||||||
*.pyo
|
# Sandbox runtime state
|
||||||
|
sandboxes/
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user