chore: update .gitignore for egg-info, uv.lock, peft_checkpoints
- Replace timesfm_jax.egg-info/ with generic *.egg-info/ glob - Add uv.lock (lockfile is environment-specific) - Add peft_checkpoints/ (training output directory)
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
|||||||
.venv/
|
.venv/
|
||||||
dist/
|
dist/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.egg-info/
|
||||||
checkpoints/
|
checkpoints/
|
||||||
|
peft_checkpoints/
|
||||||
wandb/
|
wandb/
|
||||||
datasets/
|
datasets/
|
||||||
results/
|
results/
|
||||||
timesfm_jax.egg-info/
|
uv.lock
|
||||||
development_setup.md
|
development_setup.md
|
||||||
|
|||||||
Reference in New Issue
Block a user