__pycache__/
*.pyc

# pytest
/.cache/
/.pytest_cache/

# setuptools
/build/
/dist/
vt_py.egg-info
.eggs

/docs/build/doctrees

# VirtualEnv
/venv

# IntelliJ
*.iml
/.idea

.vscode/

.DS_Store
