*.pyc
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
pip-wheel-metadata/

# Unit test / coverage reports
*,cover
.cache
.coverage
.coverage.*
.hypothesis
.mypy_cache
.testmondata
.tox/
coverage.xml
htmlcov/
nosetests.xml

.python-version

# hatch-vcs
src/*/_version.py
