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

# Virtual environments
.venv/
venv/
env/
ENV/

# Local secrets and deployment configuration
.env
.env.*
!.env.example
*.pem
*.key

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/
.tox/

# IDE / editors
.idea/
.vscode/
*.swp
.DS_Store

# ShadowShield runtime artifacts
*.log
shadowshield_audit.jsonl
.shadowshield_cache/

# AgentDojo benchmark run traces (local dev artifacts)
agentdojo_runs/

# Industry benchmark dev artifacts
_bench/
perf_results.json
pg2_22m_results.json
industry_bench_results.json
