# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.coverage
.*_cache

# Sphinx autdoc
docs/build
docs/source/pyantz*.rst

.mypy*
.ruff*
.pytest*

# Virtual environments
.venv
