-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 761 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 761 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
.env
# *.override.yml
.db_initialized
.history
**/__pycache__/
venv/
.vscode/settings.json
.DS_Store
express.log
fastapi.log
react.log
.idea/
# CLAUDE.md
.kombai
.vscode
agent.md
agent-output.md
plan.md
FILE_MANAGER_WORKFLOW.md
SYSTEM_DESIGN_FILE_MANAGER.md
SYSTEM_DESIGN_EMAIL_NOTIFICATION.md
FILE_STORAGE_ARCHITECTURE.md
Authentication_Authorization_Workflow_Documentation.md
scripts/sync-docs-to-website.sh
nulGateway/data/config.json
Gateway/data/config.json.bak
# Node modules
node_modules/
# EvalServer user uploads (keep directory structure, ignore uploaded files)
EvaluationModule/data/uploads/*
!EvaluationModule/data/uploads/.gitkeep
nul
agent-plan.md
pdf-templates/
# WebReel generated videos and screenshots
videos/
screenshots/
.webreel/