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

# Virtual environments
.venv/
venv/
env/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Bastion runtime artifacts
bastion-audit.jsonl
*-audit.jsonl
.bastion-state.json

# IDE / OS
.claude/
.idea/
.vscode/
.DS_Store
Thumbs.db
