Diff of /.gitignore [000000] .. [20be63]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,45 @@
+#Directories to be ignored fully
+/books/
+/articles/
+/other/
+/output/
+/graphics/
+models/
+static/
+dist/
+tmp/
+logs/
+results/
+wandb/
+*_tmp/
+medgpt.egg-info/
+medflux.egg-info/
+build/
+.idea
+venv
+db.sqlite3
+.ipynb_checkpoints/
+
+#tmp and similar files
+.nfs*
+*.log
+*.pyc
+*.out
+*.swp
+*.swn
+tmp_*
+t_*
+tmp_*
+*_tmp
+*.swo
+*.lyx.emergency
+*.lyx#
+*~
+*hidden*
+nohup.out
+tmp.py
+.DS_Store
+*.lock
+
+# models files
+*.dat