# IDE
.idea/

# Python
*.py[cod]
__pycache__/

# Venv
.venv/

# System
.DS_Store

# Pip
*.egg-info
dist/

# Testing
.pytest_cache/
.coverage
