# Python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/

# Editors / OS
.DS_Store
.idea/
.vscode/
