# Garmin tokens — never commit credentials
.garmin_tokens/
.garmin_session.json

# VAPID / push notification keys — never commit
backend/private_key.pem
backend/public_key.pem
**/private_key.pem
**/public_key.pem

# Build artefacts
**/files.zip

# Terraform
**/.terraform/
*.tfstate
*.tfstate.backup
*.tfplan
.terraform.lock.hcl
terraform/terraform.tfvars

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

# Env files
.env
.env.*

# IDE
.vscode/
.idea/
*.swp
