# macOS
.DS_Store

# Python
__pycache__/
*.pyc
*.egg-info/
*.egg
build/
dist/
.venv/
venv/

# Editor
.vscode/
*.swp
