Skip to content

Commit 7975eb5

Browse files
authored
[MNT] Update .gitignore (#1547)
* Reference Issue: fixes #1546 * New Tests Added: No * Documentation Updated: No --- What does this PR implement/fix? Explain your changes. * Added Ruff’s local cache directory `.ruff_cache` to .gitignore. * Added .cursorignore and .cursorindexingignore to .gitignore to match the latest official GitHub Python .gitignore template
1 parent 6d5e21b commit 7975eb5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ target/
8888
.idea
8989
*.swp
9090
.vscode
91+
.cursorignore
92+
.cursorindexingignore
9193

9294
# MYPY
9395
.mypy_cache
@@ -96,4 +98,7 @@ dmypy.sock
9698

9799
# Tests
98100
.pytest_cache
99-
.venv
101+
.venv
102+
103+
# Ruff
104+
.ruff-cache/

0 commit comments

Comments
 (0)