# OS
.DS_Store

# Dependencies
node_modules/
.venv/
__pycache__/
*.pyc

# Build
dist/
build/
.next/
.turbo/

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

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

# Claude Code
.context/
tmp/

# Python
.ruff_cache/
*.egg-info/
# Nudge venv and build artifacts
.venv/
*.egg-info/
__pycache__/
.pytest_cache/
.ruff_cache/
dist/
build/
.env
*.pyc
node_modules/
.next/
