# Secrets and credentials
.env
.env.local
.env.*.local
*.key
*.pem
*.p12
*.pfx
credentials.json
secrets.yaml
secrets.yml

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

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Generated reports
sanicode-reports/

# Local config
sanicode.toml
sanicode-eval-run/

# Added by ggshield
.cache_ggshield

# Eval run artifacts
eval-run.log
eval_output.txt
sanicode-eval-run/
test-output/

# Local planning notes (personal, not shared)
planning/

# LLM context exports
llms.txt
llms-full.txt

# Runtime audit log
sanicode-audit.jsonl

# Model Rodeo regeneratable outputs (keep summary/scorecard tracked)
benchmarks/rodeo-results/checkpoint.json
benchmarks/rodeo-results/scan-cache/
