# OS
.DS_Store

# Editor
*.swp
*.swo
*~
.idea/
.vscode/

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