# IDE
.idea/

# Python
*.py[cod]
__pycache__/

# Venv
.venv/
venv

# System
.DS_Store

# Pip
*.egg-info
dist/
requirements.txt

# Testing
.pytest_cache/
.coverage