-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (47 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
57 lines (47 loc) · 1.11 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
# Python
__pycache__/
*.pyc
.venv/
venv/
# database
*.db
# macOS
.DS_Store
# editors
.vscode
.idea
# environment variables
.env
ai/.env
sec_pipeline/.env.Local
sec_pipeline/deepeval
ai/.env.Local
# testing artifacts
.deepeval/
ai/.deepeval/
ai/artifacts/
ai/config/tracks.yaml
# Client-private data — never commit.
# Master ticker → investment-track map. Pull from
# s3://ipickai-storage/metadata/ticker_track.json at seed time.
ticker_track.json
investment_tracks.json
frontend/investment_tracks.json
# SEC pipeline outputs — these are cached in S3 at
# s3://ipickai-storage/metadata/{suppliers,subsidiaries}.json
# and synced down by seed_supplier_subsidary.py on first use. Raw SEC
# text scrapes stay local only; they're pipeline intermediates.
sec_pipeline/**/*.json
sec_pipeline/**/raw_sections/
sec_pipeline/**/raw_exhibits/
sec_pipeline/**/cik_cache.json
# Project tracker export (may contain member info)
project_tracker.txt
Nexus*.docx
# Local scrub-audit records (contains removed SHAs, don't publish)
.scrub-records/
track_cleanup_report.md
flag-for-ceo.txt
# Test output logs
test_out*.log
test_out*.txt