# Environment / secrets
.env
.env.*
env.staging
*.staging

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

# CDK
cdk.out/

# OS
.DS_Store
