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
34 lines (27 loc) · 698 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (27 loc) · 698 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
**/.DS_Store
**/.env
**/__pycache__/
# Ignore all contents of the virtual environment directory
.venv/*
/venv/*
venv
# Ignore all contents of the directory "work_dir"
work_dir/*
# But do not ignore the directory itself
!work_dir/.gitkeep
# Ignore all contents of the directory "memory"
memory/*
# But do not ignore the directory itself
!memory/.gitkeep
# Ignore all contents of the directory "logs"
logs/*
# But do not ignore the directory itself
!logs/.gitkeep
# Ignore all contents of the directory "tmp"
tmp/*
# But do not ignore the directory itself
!tmp/.gitkeep
# Ignore all contents of the directory "knowledge"
knowledge/*
# But do not ignore the directory itself
!knowledge/.gitkeep