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

## C extensions
*.so

## Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
sdist/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

## PyInstaller
##  Usually these files are written by a python script from a template
##  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

## Other logs
*.log

## Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/

## Sphinx documentation
docs/build/
_build

## Jupyter Notebook
.ipynb_checkpoints

## VS Code
.vscode

## pyenv
.python-version

## Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

## Pyre type checker
.pyre

# MacOS
## General
.DS_Store
.AppleDouble
.LSOverride

## Files that might appear in the root of a volume
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# VIM
## Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

## Session
Session.vim

## Temporary
*~
