# Python
__pycache__/
venv/
.venv/

# Python packaging
build/
dist/
*.egg-info/

# Python tools
.tox/

# Misc
*~
.idea/

# Generated documentation
doc/api/
doc/html/
