*.py[cod]

# virtualenv
.venv/
venv/

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# pip
pip-log.txt
pip-wheel-metadata

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
test-output/
.pytest_cache

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build
README.html

# mypy

.mypy_cache

!tests/.env

# ruff
.ruff_cache
