# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv/

# ChromaDB databases
**/neuralmind_db/
*.sqlite3

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Self-benchmark artifacts (regenerated by CI on every run)
tests/benchmark/results.json
tests/benchmark/report.md
tests/benchmark/multi_model.json
tests/benchmark/multi_model.md
tests/fixtures/sample_project/graphify-out/
tests/fixtures/sample_project/.neuralmind/

# Per-project synapse layer artifacts (generated, not source)
.neuralmind/synapses.db
.neuralmind/synapses.db-shm
.neuralmind/synapses.db-wal
.neuralmind/SYNAPSE_MEMORY.md
