Icon
venv

build/
dist/
*.egg-info
*.egg-info test
*.pyc
__pycache__/


#jupyter
.ipynb_checkpoints
#vim
*.swp
#vs code
.vscode/
#OS files
.DS_Store
