File Tree: Update .gitignore
Rafael Uzarowski committed
Nov 9, 2025 at 14:16 UTC
3b1faf697daf3ae9c75ea28706def0554e3af10f
1 file changed
+10
-1
.gitignore
+10
-1
@@ -2,11 +2,13 @@
2
**/.DS_Store
3
**/.env
4
**/__pycache__/
5
+*.py[cod]
6
**/.conda/
7
8
#Ignore cursor rules
9
.cursor/
10
.windsurf/
11
+.cursorindexingignore
12
13
# ignore test files in root dir
14
/*.test.py
@@ -41,4 +43,11 @@ instruments/**
43
44
# Global rule to include .gitkeep files anywhere
45
!**/.gitkeep
44
-agent_history.gif
\ No newline at end of file
46
+agent_history.gif
47
+
48
+# specify, specstory extension data
49
+.serena
50
+.specify
51
+.specstory
52
+specs/*/.reviews
53
+specs/*/reviews