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

# Virtual environments
venv/
ENV/
env/
.venv

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

# OS
.DS_Store
Thumbs.db

# Skill output
output/
*.log
*.tmp

# Memory system
.mem/
*.mem
.cache/

# Model downloads (HuggingFace, Ollama, etc.)
models/
.huggingface/
.cache/huggingface/

# Environment variables
.env
.env.*

# Sensitive config (optional, if you want to ignore configs with tokens)
# config/mcp_config.json
# config/llm_config.yaml
