# OS files
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo

# Python
__pycache__/
*.pyc
.pytest_cache/

# Packaging
dist/
