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

# Testing
.coverage
.pytest_cache/
htmlcov/

# OS
.DS_Store

# IDE
.idea/
.vscode/
*.swp
