.venv/
venv/
__pycache__/
._*
.coverage
uv.lock
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
*.egg-info/
results/
.env
.env.*
!.env.template
session-notes/
prompt.txt
docs/talk-*.md
docs/talk-*.js
docs/*.pptx
docs/*.pdf
docs/slide-*.jpg
docs/~$*
logs/
analysis/*.jsonl
scripts/collect_and_push.sh
scripts/run_analyze.sh
scripts/seed_findings.py
.claude/
analysis/*.md
analysis/*.html
docs/*.docx

# Secret scanning
# .secrets.baseline is intentionally tracked (audited false-positive list)
# .gitleaks.toml is intentionally tracked (custom rules)
