We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac916a7 commit 50aea77Copy full SHA for 50aea77
1 file changed
.gitignore
@@ -1,3 +1,7 @@
1
__pycache__/
2
*.pyc
3
.venv/
4
+
5
+# Cursor IDE throwaways (do not ignore the whole .cursor/ tree)
6
+.cursor/debug*
7
+.cursor/plans/
0 commit comments