# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
.mypy_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/

# Node.js and Next.js generated state
node_modules/
.next/
*.tsbuildinfo
coverage/

# Virtual environments and local package builds
.venv/
.wheel-smoke/
venv/
env/
dist/
build/
*.egg-info/

# Rust and formal-tool build caches
aegis_rust_v2/target/
.tools/

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

# Logs and local runtime state
*.log
*.pid
*.sqlite
*.sqlite3
*.wal
*.wal.jsonl
*.rwal
/tmp/

# IDE and agent-local files
CLAUDE.local.md
.vscode/
.idea/
*.swp
*.swo
*.tmp
.DS_Store
Thumbs.db

# Generated local reports and visualizer outputs
tools/forensic/report.json
tools/visualizer/summary.json
tools/visualizer/gallery/
