-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (79 loc) · 1.91 KB
/
Copy path.gitignore
File metadata and controls
91 lines (79 loc) · 1.91 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
.env
target/
__pycache__/
*.pyc
venv/
AltGovPH.site.md
scratch/
# Node modules and build artifacts
node_modules/
package-lock.json
tailwindcss
database/contracts_export_ALL_DATA.csv
database/*.xlsx
database/[PBC]*.xlsx
database/A Call for an End to Pork Barrel Politics in the Budget.docx
database/pd*.jpg
# Analysis files - keep local only
analysis/EOGO_Corruption Risk and Dynasties-1.pdf
# DPWH Archive downloaded files
dpwh_archive/
*.zip
*.torrent
*.sqlite
*.xml
dpwh_analysis_report.html
# PBC Source documents (do not commit)
analysis/**/[PBC]*.xlsx
analysis/**/[PBC]*.docx
analysis/**/*.doc
analysis/**/*.docx
analysis/**/*.pdf
analysis/**/*.xls
analysis/**/*.xlsx
database/**/*.doc
database/**/*.docx
database/**/*.pdf
database/**/*.xls
database/**/*.xlsx
# Review reports (large files)
CONTRACTOR_CONSTELLATIONS_REVIEW.txt
CONTRACTOR_CONSTELLATIONS_REVIEW.json
CONTRACTORS_FOR_REVIEW.txt
PERPLEXITY_REQUERY_COMPARISON_*.txt
# Large cache/dump files
database/dynasty_dump.sql
database/philgeps_merchant_info_test.json
database/philgeps_merchant_info_test.json.backup_*
database/philgeps_merchant_info_fixed.json
database/philgeps_scraping.log
# HuggingFace integration outputs
chroma_philippine_data/
huggingface_potential_relationships.txt
huggingface_integration_report.txt
# HuggingFace datasets cache (can be very large - multiple GB)
.cache/
databases/*.parquet
databases/persons.parquet
databases/memberships.parquet
databases/documents.parquet
databases/data.duckdb
datasets/
# HuggingFace hub cache
.huggingface/
huggingface_hub/
# Integration logs and error files
*_integration.log
*_errors.log
huggingface_*.log
*.sql
**/*_dump.sql
*.xls
*.xlsx
# Cursor cookie (contains sensitive session token)
cursor_cookie.txt
.cursor_cookie
# Prevent re-adding files removed from history (GitHub size limits)
data/parquet/integrated_projects.parquet
data/parquet/integrated_projects_classified.parquet
static/data/integrated_projects.json