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

# Env / secrets
.env

# Tooling
.pytest_cache/
.ruff_cache/

# InfraGen workspace state (generated per user project, not this repo)
.infragen/

# Terraform (in case of local experiments)
.terraform/
*.tfstate
*.tfstate.backup

CLAUDE.md