# dependencies
*.pyc
__pycache__
venv
.venv
**/.ipynb_checkpoints/**

# build files
build
site

# distribution files
dist

# ide
.vscode/
