# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
*.py,cover
.pytest_cache/

# IPython
profile_default/
ipython_config.py

# Environments
.env/
.venv/
env/
venv/
Pipfile.lock
.python-version

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
