# ignore cache
**/__pycache__

# ignore VIM: Swap-files
[._]*.*.s[a-w][a-z]
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]

*.egg-info
.DS_Store
.coverage

build**
build.*

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/

# IDE stuff
.vscode
