# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

# Environment / secrets
.env
.env.*

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Editor
.idea/
.vscode/
.DS_Store

# Generated compliance reports
compliance-report-*.pdf
compliance-report-*.md

# Runtime artifacts from templates/demos
ai_logs*/
oversight_audit.jsonl
risk_register.json
dataset_cards*/

# Unrelated sibling checkout (ECC plugin repo)
ECC/
