# Byte / compiled / optimized
*.py[cod]
__pycache__/
*.so

# Distribution / packaging
/dist/
/build/
*.egg-info/
.eggs/

# Unittest / coverage
*.py,cover
.coverage.*
htmlcov/
.cache/
.pytest_cache/

# Profiler
/prof/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
