.claude/settings.local.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
venv/
.venv/
*.egg

# Environment
.env
.env.local

# Node / Frontend
node_modules/
.next/
dashboard/node_modules/
dashboard/.next/
dashboard/out/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Redis
dump.rdb

# Misc
*.log
.vercel
