# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# sbomdrift local state — the drift database lives in S3, never in git
*.db
*.sqlite
*.sqlite3

# Terraform — state contains resource metadata and must never be committed
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
*.tfvars
!example.tfvars
crash.log

# Credentials — nothing long-lived should exist, but fail safe anyway
.env
*.pem
credentials

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