# 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/
.venv-bench/

# 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
# Peptide book benchmark outputs (contain book-specific data, regenerated on demand)
tests/benchmark/peptide_results.json
tests/benchmark/peptide_report.md
tests/benchmark/peptide_queries.json
# Generated test fixtures (self-contained, written at import time)
tests/fixtures/sample_project_prose/
# Book retrieval eval corpus (synthetic placeholders — real book content must never be committed)
evals/book_retrieval/corpus/
tests/fixtures/sample_project/graphify-out/
# Not root-anchored: a nested graphify-out/ (e.g. docs/releases/graphify-out/
# store.sqlite, committed by accident in 71dca4f) should never be trackable
# either. neuralmind/demo_data/sample_project/graphify-out/ is intentionally
# bundled and stays tracked — gitignore doesn't untrack what's already tracked.
graphify-out/

# Per-project synapse layer artifacts (generated, not source)
# Root-anchored: ignores .neuralmind/ everywhere (repo root, fixtures, nested).
# Does NOT match .neuralmind-team-memory.json (root-level bundle).
.neuralmind/

# 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

# Public-benchmark working clones (regenerated by evals/public/run.py)
.bench-work/
.env

# Claude Code personal dev config (hooks, settings)
.claude/
**/.neuralmind/extraction_cache.json
tests/fixtures/sample_project/chapters/
tests/fixtures/sample_project_dynamic_py/chapters/
