__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.tox/
.venv/
venv/
*.so
.idea/
.vscode/
*.swp
*.swo
*~

# Terraform — never commit state (leaks resource IDs and may contain secrets)
infra/terraform*/.terraform/
infra/terraform*/.terraform.lock.hcl
infra/terraform*/terraform.tfstate
infra/terraform*/terraform.tfstate.backup
infra/terraform*/*.tfvars


# Build artifacts
site/

# Coverage artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/

# Ruff cache
.ruff_cache/

# Local agent state (not project-owned)
.claude/
