__pycache__/
*.py[cod]
*.so

.DS_Store

.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

build/
dist/
htmlcov/
.coverage
*.egg-info/


bossfight/
