-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
206 lines (179 loc) · 3.19 KB
/
Copy path.gitignore
File metadata and controls
206 lines (179 loc) · 3.19 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
197
198
199
200
201
202
203
204
205
206
# --- Python ---
__pycache__/
.venv/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
build/
dist/
*.egg
*.so
*.whl
# --- Ambiente e secrets ---
.env
.env.*
!.env.example
*.key
*.pem
*.crt
# --- LaTeX build artifacts ---
*.aux
*.log
*.out
*.toc
*.bbl
*.blg
*.lof
*.lot
*.brf
*.idx
*.ilg
*.ind
*.synctex.gz
*.fls
*.fdb_latexmk
*.run.xml
*.bcf
*.nav
*.snm
*.vrb
# --- PDFs (build artifacts, não fontes) ---
*.pdf
!**/*.md
!**/*.py
!**/*.ts
!**/*.js
!**/*.json
!**/*.yaml
!**/*.yml
!**/*.toml
!**/*.cfg
!**/*.ini
!pytest.ini
!**/*.sh
!**/*.bat
!**/*.ps1
!**/*.tex
!**/*.cls
!**/*.sty
!**/*.bib
!**/*.bst
!**/*.png
!**/*.jpg
!**/*.jpeg
!**/*.gif
!**/*.svg
!**/*.webp
!**/*.ico
# --- Estado interno do ecossistema ---
.mci_state/
.mci_cache/
opencode_logs/
integrations/.evolve/
agents/memory/
# --- Diretórios de dados / conteúdo ---
data/
cache/
producao_cientifica/
implementar ideias/
academic/visual_abstracts/
academic/dashboard/
academic/submissions/
academic/reviews/
academic/papers/*
!academic/papers/arm_education_audit/
!academic/papers/crateus_ideb/
academic/discovery/
# --- Projetos externos / grandes diretórios ---
LiteRT-LM-main/
LiteRT-LM-main.zip
LiteRT-LM-main.zip:Zone.Identifier
pesquisa/
projetos/
livro-odontologia-ia/
# --- Node / JavaScript ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-store/
# --- IDE ---
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# --- Windows / NTFS streams ---
*.Zone.Identifier
*:Zone.Identifier
# --- ML Pipeline outputs (dados gerados) ---
templates/projects/*/outputs/
templates/projects/*/ml_pipeline/outputs/
# --- CSV datasets gerados ---
*.csv
# --- Runtime / checkpoints / patches ---
checkpoints/
patches/
ref.json
opencode.json.tui-migration.bak
*.bak
# --- Conteúdo pessoal / projetos externos ---
PROJETO 1/
REVISAO_MOLAMBUDOS.md
artigos_dl_odontologia.json
templates/livro/
templates/projects/
template/Victoria_Regia/
llm-agent-quantization/
# --- Diretórios pessoais sensíveis (nunca versionar) ---
regimento e ppp airam veras/
resultados_quantum_ia (1)/
# --- Figuras e assets gerados ---
assets/figures/
# --- Matérias e notícias geradas (HTML/PDF avulsos na raiz) ---
materia-*.html
materia-*.pdf
noticia-*.html
noticia-*.pdf
# --- Caches de ferramentas ---
skills/tooling/.cache/
.ruff_cache/
mutants/
# --- Assets pessoais ---
assets/*.png
assets/*.jpg
assets/*.jpeg
# --- Embedded git repos (externos) ---
colibri/
# --- Scripts cloud externos (pendentes de revisão de licença) ---
scripts/cloud/
# --- Scripts de geração avulsa (não-nucleares) ---
enriquecer_notebook*.py
regenerar_figuras*.py
update_notebook.py
gerar_fichamento_pdf.py
# --- Node / OpenCode lock ---
.opencode/package-lock.json
.opencode/.gitignore
# --- Configuração local ---
.claude/settings.local.json
# --- Docker ---
.docker/
docker-compose.override.yml
mci_test_state_*/
# Pacote de submissão (artefato regenerável)
academic/papers/arm_education_audit/outputs/submission/*.zip
# --- Telemetria local regenerável ---
evolution/quality_snapshots.jsonl
# --- Harness DeepSeek (artefato externo volumoso — não versionar) ---
deepseek-harness/
deepseek-harness.zip
.deepseek-harness/
.deepseek-harness
.harness/
.harness
LiteRT-LM-main.zip
*.Zone.Identifier