mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
ignoring my agentfiles
This commit is contained in:
parent
c065a77a0d
commit
56c2ade6bf
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -4,6 +4,12 @@
|
|||
**/__pycache__/
|
||||
**/.conda/
|
||||
|
||||
# Ignore docker/run/agent-zero directory
|
||||
docker/run/agent-zero/
|
||||
|
||||
#Ignore cursor rules
|
||||
.cursor/
|
||||
|
||||
# ignore test files in root dir
|
||||
/*.test.py
|
||||
|
||||
|
|
@ -20,6 +26,9 @@ bundle/*/
|
|||
# Handle work_dir directory
|
||||
work_dir/*
|
||||
|
||||
# Handle specific docker directories
|
||||
docker/run/agent-zero/**
|
||||
|
||||
# Handle memory directory
|
||||
memory/**
|
||||
!memory/**/
|
||||
|
|
@ -46,4 +55,4 @@ instruments/**
|
|||
|
||||
# Global rule to include .gitkeep files anywhere
|
||||
!**/.gitkeep
|
||||
agent_history.gif
|
||||
agent_history.gif
|
||||
Loading…
Add table
Add a link
Reference in a new issue