Skip to content

Commit f3eaea7

Browse files
Update .gitignore (#224)
* Update .gitignore * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8aaf051 commit f3eaea7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,20 @@ cython_debug/
161161
# and can be added to the global gitignore or merged into this file. For a more nuclear
162162
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
163163
.idea/
164+
165+
# Visual Studio Code
166+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
167+
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
168+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
169+
# you could uncomment the following to ignore the entire vscode folder
170+
.vscode/
171+
172+
# Ruff stuff:
173+
.ruff_cache/
174+
175+
# Cursor
176+
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
177+
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
178+
# refer to https://docs.cursor.com/context/ignore-files
179+
.cursorignore
180+
.cursorindexingignore

0 commit comments

Comments
 (0)