# Environment secrets
.env
.env.local
.env.*.local
.env.local.override
.env.production
.env.staging

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

# Node.js
node_modules/
.next/
out/
.vercel

# Cloudflare
.wrangler/
.dev.vars

# Supabase
.temp/

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

# OS
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage
coverage.xml
