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

# Build
dist/
build/
*.egg

# Test
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
