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

# Packaging
/build/

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

# Environments
.venv

# Editors
## (Neo)Vim
### Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Local configuration
.env

# Generated documentation
/site/

/.direnv
