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

# Environment
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo

# Node
node_modules/
.next/
out/

# Storage (keep structure, ignore uploaded files)
storage/*
!storage/.gitkeep
!storage/amazon/

# OS
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yml

# SSL certs
nginx/ssl/*.pem
nginx/ssl/*.key
nginx/ssl/*.crt

# Test
.coverage
htmlcov/
.pytest_cache/

# Misc
*.log
*.bak
