__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
*.pyc

# Credentials — added by chore/credentials-gitignore batch
.env
.env.local
.env.*.local
.env.*
!.env.example
!.env.sample
*.pem
*.key
*.crt
*.p12
*.pfx
.secrets/
.auth-token
.auth_token
