File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ cython_debug/
186186# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
187187# and can be added to the global gitignore or merged into this file. For a more nuclear
188188# option (not recommended) you can uncomment the following to ignore the entire idea folder.
189- # .idea/
189+ .idea /
190190
191191# Abstra
192192# Abstra is an AI-powered process automation framework.
@@ -199,7 +199,10 @@ cython_debug/
199199# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200200# and can be added to the global gitignore or merged into this file. However, if you prefer,
201201# you could uncomment the following to ignore the entire vscode folder
202- # .vscode/
202+ .vscode /
203+
204+ # MacOS
205+ .DS_Store
203206
204207# Ruff stuff:
205208.ruff_cache /
You can’t perform that action at this time.
0 commit comments