.git/
.github/
.gitignore

**/__pycache__/

.venv/

.mypy_cache/
.pytest_cache/
.ruff_cache/

wandb/
docs/
tests/

Dockerfile

