-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (58 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
61 lines (58 loc) · 1.2 KB
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
__pycache__/
*.pyc
*.egg-info/
.ipynb_checkpoints/
*.log
node_modules/
target/
build/
output/
!services/pipeline/services/rendering/output/
!services/pipeline/services/rendering/output/**/
!services/pipeline/services/rendering/output/**/*.py
!services/pipeline/services/rendering/output/**/*.md
services/pipeline/services/rendering/output/**/__pycache__/
services/pipeline/services/rendering/output/**/.ipynb_checkpoints/
pipeline/.env/*.env
Fast_API/jobs/
Fast_API/jobs.db
Fast_API/uploads/
Fast_API/downloads/
Fast_API/*.log
Fast_API/downloads-check/
Fast_API/downloads-check-*.zip
front/http.server.log
# Restructured workspace
data/db/
data/uploads/
data/jobs/
data/downloads/
services/api/target/
services/dist/
services/api/auth.local.json
services/pipeline/.env/*.env
apps/web/node_modules/
apps/desktop/node_modules/
secrets/
infra/docker/delivery/docker-compose.override.yml
output/mcp-downloads/
untitled.txt
__MACOSX/
apps/desktop/linux/
apps/desktop/win_jobid/
data/
!apps/web/src/shared/data/
!apps/web/src/shared/data/**
!packages/reader/src/shared/data/
!packages/reader/src/shared/data/**
/tmp/
*.dmg
*.AppImage
backend/python/
infra/typst/win32/bin/
infra/typst/*/bin/
VERSION
.codex
.codex/
# macOS
.DS_Store