CoolFace
Apppublic

DGXAI/driftcall-env

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
.gitignore15 linesDownload Raw Back to root
1# Build artifacts (regenerable from canonical sources).2build/3__pycache__/4*.pyc5*.pyo6*.egg-info/7.venv/8 9# HF Space runtime (never push to repo).10.cache/11checkpoints/12logs/13wandb/14*.log15