aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-27 20:26:02 +0200
committerFuwn <[email protected]>2025-07-27 20:26:02 +0200
commit3f3f6c56981116e7982461b86025da0e278bf8d4 (patch)
treea666f0ae6d609e20e9a34408d55d465893fc383a /.gitignore
downloadumapyai-3f3f6c56981116e7982461b86025da0e278bf8d4.tar.xz
umapyai-3f3f6c56981116e7982461b86025da0e278bf8d4.zip
feat: Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fa9041a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# Python
+__pycache__/
+*.py[oc]
+build/
+dist/
+wheels/
+*.egg-info
+
+# venv
+*venv
+
+# umapyai
+chromadb
+uma_articles_*