# 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/
.demo-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/
/graphify-out/

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

# GitHub Actions runner log fragments occasionally land at the repo root
# matching job names (Build Package/, Lint/, Test (Python 3.x)/, Type Check/)
# with a single system.txt inside. They were committed once around v0.4.0;
# guard against recurrence.
/Build Package/
/Lint/
/Test (Python 3.10)/
/Test (Python 3.11)/
/Test (Python 3.12)/
/Type Check/

# Generated by the backend parity gate (evals/parity/run.py)
evals/parity/parity_report.json
evals/parity/parity_report.md
