*.egg-info
dist/
build/
docs/_build
__pycache__/
.cache
*.sqlite3
.tox/
*.swp
*.pyc
.coverage*
.pytest_cache
TODO

# virtual environments
/.venv
/venv

# IDE and Tooling files
.idea/*
*~
.vscode

# macOS
.DS_Store

/.local
