*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

# Unit/static test / coverage reports
.coverage
coverage.xml
.tox
.pytest_cache/
nosetests.xml
.ruff_cache/
monkeytype.sqlite3
.hypothesis/

# Translations
*.mo

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

# Sphinx
_build/

# virtual environments
.venv
venv

# editors
.vscode/
.idea/

# typing
.mypy_cache/
.pyre/
.watchmanconfig
.pytype/


# misc
.dccache
