Spaces:
Running
Running
Apply suggestion from @coderabbitai[bot] to fix .gitignore
Browse filesCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -144,4 +144,6 @@ dmypy.json
|
|
| 144 |
# Cython debug symbols
|
| 145 |
cython_debug/
|
| 146 |
|
| 147 |
-
.
|
|
|
|
|
|
|
|
|
| 144 |
# Cython debug symbols
|
| 145 |
cython_debug/
|
| 146 |
|
| 147 |
+
.DS_Store
|
| 148 |
+
.idea/
|
| 149 |
+
.idea/**/.DS_Store
|