Spaces:
Running
Running
update .gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -178,4 +178,6 @@ cython_debug/
|
|
178 |
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
179 |
# refer to https://docs.cursor.com/context/ignore-files
|
180 |
.cursorignore
|
181 |
-
.cursorindexingignore
|
|
|
|
|
|
178 |
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
179 |
# refer to https://docs.cursor.com/context/ignore-files
|
180 |
.cursorignore
|
181 |
+
.cursorindexingignore
|
182 |
+
utils\__pycache__
|
183 |
+
utils/__pycache__
|