summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..28ec88c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# Byte-compiled / cache
+__pycache__/
+*.py[cod]
+*.so
+*.pyd
+
+# Data
+*.parquet
+*.json
+*.csv
+
+# Checkpoints/weights
+*.bin
+*.safetensors
+*.pt
+checkpoints/
+
+# Envs
+.env
+.venv/
+
+# Misc
+.DS_Store
+.ipynb_checkpoints/
+wandb/
+