# Python
__pycache__/
venv/

# Python packaging
build/
dist/
src/diepvries.egg-info/

# Python tools
.tox/

# Misc
*~
.idea/

# Generated documentation
doc/api/
doc/html/
