# Dependencies
node_modules/
.npm/

# Build outputs
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

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

# OS files
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
.env.k8s.*
.venv/
venv/

# Logs
*.log
npm-debug.log*

# Testing
coverage/
.coverage
.pytest_cache/
.mypy_cache/

# Temp files
*.tmp
*.temp
.temp-*

# Vite/TanStack
.tanstack/

# Serena (auto-generated project config)
.serena/

# Playwright test results
test-results/

# Local Claude settings (user-specific)
.claude/settings.local.json
webui/.claude/settings.local.json
