# Environments
.env
.venv/
venv/

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

# Node
node_modules/
.next/
.vercel/
out/
*.log
npm-debug.log*

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

# OS
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage

# Playwright
frontend/test-results/
frontend/playwright-report/
playwright-report/

# Wrangler
.wrangler/
worker/.wrangler/

# Worker build artifacts
worker/dist/

# TypeScript incremental build info
*.tsbuildinfo
frontend/tsconfig.tsbuildinfo

# Local D1 / KV data
*.sqlite
*.sqlite3
worker/.mf/
.zcode
