From e3fb45c66de680bfa264fe3a3fbd86316d12ef66 Mon Sep 17 00:00:00 2001 From: tanmayshishodia Date: Tue, 16 Jul 2024 18:25:08 +0000 Subject: [PATCH] gitignore jax egg info --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cdca7ac..b734ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ checkpoints/ wandb/ datasets/ -results/ \ No newline at end of file +results/ +timesfm_jax.egg-info/ \ No newline at end of file