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

# Virtual environment
.venv/

# SQLite databases
*.db
*.sqlite
*.sqlite3

# IDE
.vscode/*
!.vscode/mcp.json
!.vscode/settings.json

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Ruff
.ruff_cache/

# Distribution
*.whl
*.tar.gz
