# 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
MANIFEST

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

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

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

# OS
.DS_Store
.DS_Store?
._*
.__*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Documentation build output
docs/book/

# Hatch
.hatch/
dist/
build/

# Mise
.mise/

# tarballs
*.tar.gz
*.tar

.localargo/