.gitignore
27 lines 225 B
Raw
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor ⚠ breaking 41 days ago
1 __pycache__/
2 *.py[cod]
3 .pytest_cache/
4 .mypy_cache/
5 .ruff_cache/
6 .venv/
7 venv/
8 .muse/
9 dist/
10 build/
11 *.egg-info/
12
13 .env
14 .env.*
15 !.env.example
16
17 data/
18 artifacts/
19 models/
20 checkpoints/
21 *.safetensors
22 *.gguf
23 *.pt
24 *.pth
25 *.ckpt
26
27 .DS_Store
File History 1 commit
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor 41 days ago