# Python files
*.egg-info
*.py[oc]
.coverage
.pytest_cache/
.venv
__pycache__/
dist/

# Editor backup files
*~
*.bak
*.bkp
*.swp

# MacOS
.DS_Store
