# Build outputs
dist/
.next/
.astro/
build/
target/

# Dependencies
node_modules/
.pnpm-store/
.wrangler/
.nuxt

# Environment files
.env
.env.local
.env.production

# IDE
.idea/
.vscode/
.cursor/
.eslintcache

# OS
.DS_Store
Thumbs.db
*.log
*.tmp
.data

# Python
__pycache__/
.ruff_cache/
*.py[cod]
*$py.class
.pytest_cache/
.venv/
.uv/
.coverage
htmlcov/
*.egg-info/
.installed.cfg
*.egg

# Cloned repos for development/reference
references/

# Worker config
worker-configuration.d.ts
.worker-configuration.d.ts

# Wrangler temp output
**/.wrangler/
logs-*.json

# Local D1 test databases
.d1-*.sqlite*
