-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (68 loc) · 1012 Bytes
/
Copy path.gitignore
File metadata and controls
90 lines (68 loc) · 1012 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Ignore environment files
.env
# generated files and folders
.files/
.chainlit/
**/*chainlit.md
.venv/
qdrant_storage/
vdb/volumes
# other files and folders
misc
tmp
# Ignore __pycache__ directories
__pycache__/
**/__pycache__/
**/*upload_dir
# Ignore some local files
*.ipynb
**/*.ipynb
# Ignore Python bytecode files
*.pyc
*.pyo
*.csv
.venv/
model_weights/
model_weights/*
!model_weights/.gitkeep # Keep the placeholder
data/
data/*
!data/.gitkeep
ray_mount
**/*.env.compose
kotaemon
./temps_img
.python-version
.vscode
.DS_Store
logs/
old_logs/
data2/
*.db
test2/
volumes/
volumes/*
!volumes/.gitkeep # Keep the placeholder
# services
services/
services/*
!services/.gitkeep # Keep the placeholder
*.csv
*.pkl
#helm
charts/openrag-stack/charts/*.tgz
# Planning
.planning/
# Astro / Starlight
.astro/
dist/
node_modules/
# AI
.claude
.planning
docs/plans/
# Build artifacts
*.egg-info/
# Local developer overrides (not committed)
docker-compose.override.yaml
docker-compose.override.yml