# VSCode
.vscode

# Mac/OSX
.DS_Store

# Python
__pycache__
.pytest_cache
*.pyc
*.pyo
*.pyd

# Virtual environment
venv
.venv

# Distribution
dist
build
.eggs