cjber commited on
Commit
024fd01
·
1 Parent(s): b203ac6

ignore chromadb dir

Browse files
Files changed (1) hide show
  1. .gitignore +14 -5
.gitignore CHANGED
@@ -1,9 +1,10 @@
1
- data/raw
2
- data/staging
3
- .old/
4
-
5
  .envrc
6
 
 
 
 
 
7
  # Byte-compiled / optimized / DLL files
8
  __pycache__/
9
  *.py[cod]
@@ -100,6 +101,12 @@ ipython_config.py
100
  # install all needed dependencies.
101
  #Pipfile.lock
102
 
 
 
 
 
 
 
103
  # poetry
104
  # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105
  # This is especially recommended for binary packages to ensure reproducibility, and is more
@@ -166,4 +173,6 @@ cython_debug/
166
  # and can be added to the global gitignore or merged into this file. For a more nuclear
167
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
168
  #.idea/
169
- .aider*
 
 
 
1
+ .aider*
 
 
 
2
  .envrc
3
 
4
+ chroma_themesdb/
5
+ data/
6
+ notes/
7
+
8
  # Byte-compiled / optimized / DLL files
9
  __pycache__/
10
  *.py[cod]
 
101
  # install all needed dependencies.
102
  #Pipfile.lock
103
 
104
+ # UV
105
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
106
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
107
+ # commonly ignored for libraries.
108
+ #uv.lock
109
+
110
  # poetry
111
  # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
112
  # This is especially recommended for binary packages to ensure reproducibility, and is more
 
173
  # and can be added to the global gitignore or merged into this file. For a more nuclear
174
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
175
  #.idea/
176
+
177
+ # PyPI configuration file
178
+ .pypirc