# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.pyd

# Lock files
*.lock

# Virtual Environment
.venv

# Packaging
.Python
build/
dist/
poetry.lock

# Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.pytest_cache/
.hypothesis/

# mkdocs
site/
