.gitignore
27 lines 225 B
Raw
sha256:1d3182b1c5c2833c8ab0d437e03eeadfd3ad6679a2877a6baab8d17442d38936 Bootstrap Scooling Lab repository Human patch 42 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:1d3182b1c5c2833c8ab0d437e03eeadfd3ad6679a2877a6baab8d17442d38936 Bootstrap Scooling Lab repository Human patch 42 days ago