Commit
·
4e14f7a
1
Parent(s):
b1deeb8
chore(.gitignore): update ignored files for AI tools
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -7,5 +7,7 @@
|
|
7 |
## python virtual environments
|
8 |
**/.venv
|
9 |
|
10 |
-
##
|
11 |
.crush/
|
|
|
|
|
|
7 |
## python virtual environments
|
8 |
**/.venv
|
9 |
|
10 |
+
## AI
|
11 |
.crush/
|
12 |
+
.serena*
|
13 |
+
*local.json
|