# Dependencies
node_modules/
.pnp/
.pnp.js

# Build outputs
.next/
out/
dist/
build/
*.egg-info/

# Cache
.cache/
__pycache__/
*.py[cod]
*.pyo

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

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

# Logs
*.log
npm-debug.log*

# Database
*.db
*.sqlite

# Testing
.coverage
htmlcov/
.pytest_cache/

# Misc
*.tsbuildinfo
