summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCHEN SHENGYUAN <chenshengyuan@CHENdeMacBook-Air.local>2025-12-18 15:35:33 +0800
committerCHEN SHENGYUAN <chenshengyuan@CHENdeMacBook-Air.local>2025-12-18 15:35:33 +0800
commit7a4ad471c9026c7882504b1c8b730045b4bb74af (patch)
tree863a1be06e96de2b96452a2691f93804510d1f38 /.gitignore
parentf70419cda9ea442ed3e965fcd3b2b4035f124308 (diff)
enable vectorized retrieval with sparse matrix operations
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..00d0a46
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+
+results/
+.env
+.venv
+dataset/
+import/
+model/
+scripts/
+
+.DS_Store
+
+# all pycache files, including those in subdirectories
+__pycache__/
+*/__pycache__/
+
+