# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
build/
*.tsbuildinfo

# Turborepo
.turbo/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.venv/
.python-version-local

# Python tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*

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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Test & coverage
coverage/
*.lcov

# Logs
*.log
npm-debug.log*
pnpm-debug.log*

.claude/

# Next.js
apps/*/.next
apps/*/out
apps/*/next-env.d.ts
.vercel
