# Environment files
.env
.env.local
.env.*.local
.env.prod

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Node
node_modules/
.next/
.turbo/

# Docker
docker-compose.override.yml

# Helm local overrides
charts/*/values.local.yaml
.worktrees/

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

# E2E test screenshots
e2e-screenshots/
*.e2e.png
e2e-*.png
debug-*.png

# Screenshots
/*.png
.playwright-mcp/
*.tgz
