-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (110 loc) · 1.93 KB
/
Copy path.gitignore
File metadata and controls
128 lines (110 loc) · 1.93 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
.next/
.turbo/
# Python
__pycache__/
*.pyc
*.pyo
.coverage
.venv/
venv/
venv_pptx2md/
.benchmarks/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# document_parser runtime directories generated next to tests
apps/worker/tests/services/document_parser/.tmp_docx_toc_alignment/
# Env files
.env
.env.local
.env.*.local
.env.backup
.dev
.test
.prod
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Generated files
.build/
apps/api/openapi.json
packages/shared-types/generated/
# custom
apps/api/users/
apps/worker/debug_*.py
apps/worker/test_*.py
apps/worker/debug_users/
apps/worker/app/tmp_data/
apps/worker/app/tmp_res/
apps/worker/app/tmp_files/
s3-notification.json
users/
test_*.csv
# CSV files generated by tests and debugging
*.csv
!requirements.csv
# Local debugging scripts
apps/worker/scripts/
apps/worker/experiments/
apps/worker/start_celery_worker.py
apps/worker/start_celery_debug.sh
apps/worker/clear_celery_queues.sh
packages/shared-python/shared/services/ai/direct_ai_client.py
# Local debugging documents
MIGRATION_GUIDE.md
START_CELERY_DEBUG.md
CELERY_DEBUG_QUICKSTART.md
QUICK_DEBUG_GUIDE.md
TROUBLESHOOTING.md
DEBUG_WITH_AI.md
MODEL_CONFIGURATION_GUIDE.md
SIMPLE_GUIDE.md
*_GUIDE.md
USAGE_*.md
# Deployment artifacts and secrets
deploy/**/deploy-config.sh
deploy/**/tfplan*
deploy/**/.terraform/
deploy/**/.terraform.lock.hcl
deploy/**/terraform.tfstate
deploy/**/terraform.tfstate.backup
deploy/**/terraform.tfvars
deploy/**/terraform.tfvars.*
deploy/**/backend.tf
deploy/**/backend-config
deploy/**/backend-config.*
deploy/**/id_rsa
deploy/**/id_rsa.pub
deploy/**/*.pem
# Terraform common
.terraform.lock.hcl
LICENSE.txt
.terraform
# Agent and editor artifacts
.cursor/
.agent/
.agent-hooks/
.codex/
CLAUDE.md
# Codex-generated local files
.venv_unstructured/
PROJECT.md
TABLE_PARSER_OPTIMIZATION.md
TODO.md
doc-deploy/
todos/
*.egg-info/
*.rdb