# MkDocs
docs-site/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environment
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp

# Environment
.env
.env.*
!.env.example
!.env.*.example

# DB backups (never commit)
*.sql
*.sql.gz

# Secrets / certificates
*.pem
*.key
*.crt
*.p12
credentials*

# Brain data (local development)
engramia_data/

# Test
.pytest_cache/
.pytest_tmp*/
.coverage
.coverage.*
.pip-audit-cache/
.cov_live.json
htmlcov/
coverage.xml
tests/recall_quality/results/

# Benchmark outputs (auto-generated runs — but published reference data is tracked)
benchmarks/results/*
!benchmarks/results/longmemeval_*.json

# OS
.DS_Store
Thumbs.db

# Internal / non-public docs
/.claude
CLAUDE.md
docs/legal/key-legal-design-decisions.md
