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

# Virtual environments
.venv/
venv/

# UV
uv.lock

# Environment / secrets
.env
*.env.local

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

# Task files (internal)
TASK*.md

# OS
.DS_Store
Thumbs.db

# Brain config (user-specific)
config.toml