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

# Distribution / packaging
*.egg-info/
*.egg
MANIFEST
dist/
build/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.coverage
.pytest_cache/
*.cover

# Flask stuff:
instance/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/

# mypy
.mypy_cache/

# macOS
.DS_Store

# Node.js (for Prettier pre-commit hook)
node_modules/
