# 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/
venv/
ENV/
env/

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

# Environment
.env
.env.local

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Cache
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# Data (keep structure)
data/*
!data/.gitkeep

# Identity files (local only, auto-generated from .example templates)
identity/*.md
!identity/*.md.example

# Downloaded skills (keep structure)
skills/*
!skills/.gitkeep

# Plugins (keep structure)
plugins/*
!plugins/.gitkeep

# Tests
tests/
test_*.py
*_test.py

# Identity (only keep examples)
identity/*
!identity/*.example

# Media files
*.mp3
*.mp4
*.wav
*.ogg
*.oga
*.webm
*.m4a
voice_*.txt
voice_*.py

# Personal/private folders
stock_monitor/

# OS
.DS_Store
Thumbs.db
