# Jetbrains
.idea
main.py


# Testing
.coverage
junit
.pytest_cache

# Venv
venv

# Mkdocs
site

# Build
dist/
