# Dependencies
node_modules/
.venv/
__pycache__/
*.egg-info/

# Build outputs
dist/
build/
*.tsbuildinfo
.turbo/

# Test / coverage
coverage/
.pytest_cache/
htmlcov/

# IDE
.idea/
*.sw?

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
