# 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

# Virtual environments
venv/
env/
ENV/
.venv

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

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

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# macOS
.DS_Store

# Docker
docker-compose.override.yml

# Redis dumps
dump.rdb

# Stripe
stripe_events.json

# Temporary files
*.tmp
tmp/
temp/

# Distribution
*.zip
*.tar.gz

# Secrets
secrets.json
credentials.json
*.key
*.pem
