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

# Virtual environments
.venv/
venv/

# pyship build output (scripts/make_installer.bat); *.nsi is left behind
# only if makensis fails mid-run
app/
installers/
*.nsi

# Testing
.pytest_cache/
.coverage
htmlcov/
badges/

# Tooling caches
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
