# Virtual environments
aion-redteam/
.venv/
venv/
env/

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
coverage.xml

# uv
uv.lock

# Reports / state produced by runs
redteam-report.html
results.json
*.redteam-report.html
*-report.html
.aion_redteam/

# Secrets / env
.env
.env.*
!.env.example

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local-only build spec / strategy notes — not for the public repo
Claude.md
claude.md
CLAUDE.md

# Reference material (large binaries, redistribution)
*.pdf

# Local notes (keep the spec, ignore scratch)
scratch/
