forked from agent0ai/agent-zero
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 735 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (33 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Ignore common unwanted files globally
**/.DS_Store
**/.env
**/__pycache__/
**/.conda/
#Ignore cursor rules
.cursor/
# ignore test files in root dir
/*.test.py
# Ignore all contents of the virtual environment directory
.venv/
# Handle memory directory
memory/**
!memory/**/
# Handle logs directory
logs/*
# Handle tmp directory
tmp/*
# Handle knowledge directory
knowledge/**
!knowledge/**/
# Explicitly allow the default folder in knowledge
!knowledge/default/
!knowledge/default/**
# Handle instruments directory
instruments/**
!instruments/**/
# Explicitly allow the default folder in instruments
!instruments/default/
!instruments/default/**
# Global rule to include .gitkeep files anywhere
!**/.gitkeep
agent_history.gif