# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/

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

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

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

# Database files (SQLite databases should not be committed)
*.db
*.db-journal
*.db-wal
*.db-shm

# MCP specific
.mcp/

# Logs
*.log

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~

# Temporary files
*.tmp
*.bak
*.swp
.cache/

# Environment variables
.env
.env.local
.env.*.local

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version
