-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (22 loc) · 464 Bytes
/
.gitignore
File metadata and controls
25 lines (22 loc) · 464 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
.claude
.DS_Store
echo/docker-compose.coolify.yml
echo/.devcontainer/neo4j_data/*
echo/docker-compose.coolify.yml
echo/server/lightrag.log
*.coolify.yml
echo/server/dembrane/audio_lightrag/data/*
echo/server/dembrane/audio_lightrag/data/progress_tracker.csv
echo/server/test.py
echo/server/wandb*
# Python virtual environments
.venv/
.venv-*/
**/venv/
**/.venv/
**/.venv-*/
# Local documentation (not committed)
CLAUDE.md
IMPLEMENTATION_PLANS/
*.env
notes_*.md