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

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

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

# OS specific files
.DS_Store
Thumbs.db

# Testing and Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover
.tox/

# ruff
.ruff_cache/

# MyPy
.mypy_cache/

# uv
uv.lock

# Documentation
site/

# Logs
*.log
/.claude/

# other
notes/
