ignoring my agentfiles
deci committed
May 20, 2025 at 10:18 UTC
56c2ade6bf60250505649ad6608fba5687eeb121
1 file changed
+10
-1
.gitignore
+10
-1
@@ -4,6 +4,12 @@
4
**/__pycache__/
5
**/.conda/
6
7
+# Ignore docker/run/agent-zero directory
8
+docker/run/agent-zero/
9
+
10
+#Ignore cursor rules
11
+.cursor/
12
+
13
# ignore test files in root dir
14
/*.test.py
15
@@ -20,6 +26,9 @@ bundle/*/
26
# Handle work_dir directory
27
work_dir/*
28
29
+# Handle specific docker directories
30
+docker/run/agent-zero/**
31
+
32
# Handle memory directory
33
memory/**
34
!memory/**/
@@ -46,4 +55,4 @@ instruments/**
55
56
# Global rule to include .gitkeep files anywhere
57
!**/.gitkeep
49
-agent_history.gif
58
+agent_history.gif
\ No newline at end of file