# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
env/
.env

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Local config (use tribal.yaml.example as template)
tribal.yaml

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Frontend
ui/node_modules/
ui/.pnpm-store/
lib/tribalmind/web/static/

.claude/
