# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
venv/
.venv/
ENV/
env/

# Node
node_modules/
.next/
out/
.nuxt/
dist/
.cache/
*.tsbuildinfo

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment
.env
.env.local
.env.*.local
.env.production
.env.development

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
coverage/

# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
*.tfvars
!*.tfvars.example

# Docker
*.log

# Secrets (never commit these)
*.pem
*.key
secrets/
credentials/

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.tgz
*.tar.gz
*.zip

# Alembic
alembic/versions/*.pyc
