-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
196 lines (167 loc) · 2.55 KB
/
.gitignore
File metadata and controls
196 lines (167 loc) · 2.55 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Jupyter Notebook
.ipynb_checkpoints
# Model files (too large for Git)
*.bin
*.pt
*.pth
*.onnx
*.safetensors
models/
!models/.gitkeep
# Data files (too large for Git)
*.xlsx
*.xls
*.pdf
data/*.csv
!data/.gitkeep
data/raw/
data/processed/
data/lexicons/
# Logs
*.log
logs/
# Environment variables
.env
.env.local
# Credentials
*.pem
*.key
credentials.json
service_account.json
# Temporary files
tmp/
temp/
*.tmp
# OS files
.DS_Store
Thumbs.db
# Documentation build
docs/_build/
docs/.doctrees/
# Package files
*.tar.gz
*.whl
*.zip
*.jsonl
*.csv
# =============================================================================
# INTERNAL FILES - DO NOT COMMIT TO PUBLIC REPOSITORY
# =============================================================================
# Development journals and internal notes
dev_journal*.md
DEV_JOURNAL*.md
*_journal*.md
# Internal documentation
MODEL_ATTRIBUTION*.md
PACKAGE_SUMMARY.md
RELEASE_*.md
UPLOAD_*.md
VERIFICATION_*.md
AION_MODEL_*.md
ENV_SETUP.md
STRUCTURE.md
BACKFILL_*.md
END_TO_END_*.md
ENTERPRISE_*.md
GITHUB_*.md
PREDICTOR_*.md
TAXONOMY_*.md
SAAS_*.md
README_*.md
README_GITHUB.md
README_CLEAN.md
# Internal scripts and automation
push_to_github.sh
release.sh
scrape_*.py
sector_mapper.py
test_redis_*.py
test_v*_model.py
# Training scripts (internal pipeline)
train_sentiment*.py
train_mlx.py
convert_to_mlx*.py
prepare_data*.py
extract_data.sql
upload_to_huggingface.py
create_*.py
# Backfill scripts and data
backfill_*.py
backfill_*.json
BACKFILL_*.md
# Calibration reports and summaries
calibration_*.txt
calibration_*.log
calibrate_*.log
keyword_enhancement_*.txt
no_match_events.txt
backfill_summary_*.txt
# Training logs and flags
training_log*.txt
training_complete.flag
nohup.out
# Checkpoint files
backfill_checkpoint.json
backfill_stats.json
*_checkpoint.json
*_stats.json
# Taxonomy internals
taxonomy_india_v*.yaml.backup
*.yaml.backup
# Internal YAML configs
sentiment_labelling_*.yaml
taxonomy_india_v*.yaml
# Example files with internal paths
examples/generate_output.py
examples/*.ipynb
!examples/.gitkeep
# Plist files (launchd configs)
plists/
*.plist
# Reddit posts and drafts
reddit_post_*.md
REDDIT_*.md
# Business and licensing docs
SAAS_*.md
ENTERPRISE_*.md
# Qwen internal files
.qwen/