.VSCodeCounter/

# py
__pycache__/
.venv/
*.pyc
*.pyo
*.pyd
*.pdb
*.egg-info
*.egg
*.whl
*.mypy_cache
*.pytest_cache

# build
dist/

# vscode
.vscode/