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/
|
||||
dist/
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
checkpoints/
|
||||
peft_checkpoints/
|
||||
wandb/
|
||||
datasets/
|
||||
results/
|
||||
timesfm_jax.egg-info/
|
||||
uv.lock
|
||||
development_setup.md
|
||||
|
||||
Reference in New Issue
Block a user