-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (75 loc) · 1.5 KB
/
Copy path.gitignore
File metadata and controls
91 lines (75 loc) · 1.5 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
# Environment
.env
.env.local
.env.production
# Data files (business-specific, not committed)
data/leads.json
data/inventory.json
data/scraped_inventory.json
data/scraped_fresh.json
data/*.xlsx
data/generated_docs/
# Local-only raw business data (PII) — see docs/LOCAL_DATA.md
data/local_private/
# data/rag_index/ IS committed — it's the canonical pre-built index the
# /api/v1/rag/query endpoint loads. Rebuild with scripts/build_rag_index.py
# when templates in tho_documents/ change, then commit the updated files.
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
# Node
node_modules/
frontend/node_modules/
frontend/dist/
# Build output
frontend_build/
dist/
build/
*.egg-info/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Sessions and databases
*.db
.adk/
root_agent/.adk/
tools/.adk/
tools/tmp/
# Scraper temp
tools/page1.html
# DocuSeal uploader run reports (ephemeral, one per run)
tools/.docuseal-upload-report-*.md
# Firebase
.firebaserc
frontend/.firebaserc
frontend/.firebase/
# GCloud
.gcloudignore
# PDF templates (copied from tho_data for Docker deploy, not version controlled)
# Setup script (one-time use)
setup_framework.py
# Dev/debug utilities
debug_pdf.py
inspect_pdf.py
rename_ad_classes.py
verify_system.py
client_email.md
scripts/
DEPLOYMENT_CREDENTIALS.md
# Floorplan + secrets bundles produced by drive_floorplan_sync / cowork
data/floorplans/
_SECRETS*
INBOX_SWEEP_*.md
MARK_ADMIN_REQUEST_DRAFT.md
data/migrated_customers.json
data/migration_report.json
scratch/