.venv
.idea
.vscode

# Cache
__pycache__
*.pyc
.DS_Store
.ipynb_checkpoints
.mypy_cache
.pytest_cache
.cache
*.sqlite3

# dist
dist
build
*.egg-info