# Dependencies
node_modules/

# Build outputs
dist/
.turbo/

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
build/
*.whl
.hypothesis/
.pytest_cache/

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

# OS
.DS_Store
Thumbs.db

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

# Coverage
coverage/
.nyc_output/
htmlcov/

# Logs
*.log
npm-debug.log*
