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

# Virtual environments
.venv/
venv/

# Node
node_modules/
frontend/dist/

# Data (persistent volume content)
data/

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

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

.claude/
.claude