# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
build/
!docs/build/
docs/build/*
!docs/build/WHITEPAPER.pdf
!docs/build/PITCH_DECK.pdf
dist/

# Virtualenv (uv)
.venv/

# Secrets & runtime data
.env
keys/*.pem
keys/*.pub
keys/*.key
data/*.sqlite
data/*.sqlite-wal
data/*.sqlite-shm
data/*.jsonl
data/*.bin

# OS
.DS_Store

# Local dev tool configs
.claude/

# v2.0 integration: donor extraction (transient — assets are copied into MVP/ tree under D-numbered commits)
_donor/

# Mac Mini user test reports (per-scenario ATV dumps — reproducible, not source)
reports/

# Solo Free local-sLLM models (downloaded by `aegis pull-model`, not source)
models/*.gguf
models/*.gguf.part
models/**/*.gguf
models/**/*.gguf.part
.aegis/
