clean up .gitignore — remove Python entries, clarify excludes

This commit is contained in:
Will Anderson
2026-05-03 03:13:58 -05:00
parent 97f3a3ff88
commit 065afee1bf
+9 -14
View File
@@ -1,22 +1,17 @@
# Build output
# Build artifacts
dist/
*.c
forge
# Probe data — never commit consciousness signal
*.forge
seed.json
*.seed
# Probe responses — never commit consciousness signal data
probes/*.forge
# Engram imprint data — binary snapshots, not committed
# Engram databases — binary runtime data, soul-specific
imprints/
log/
sandboxes/
# Python
scripts/__pycache__/
*.pyc
*.pyo
# Soul process logs
log/
# Sandbox runtime state
sandboxes/
# OS
.DS_Store