-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 878 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (41 loc) · 878 Bytes
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
# Local environments and caches
.venv/
__pycache__/
*.pyc
# Local tool state
.agent-shell/
.projectile
# Temporary and generated artifacts
tmp/
reporting/_tmp/
scraping/output/
scrape_classification/output/
processing/Processing/output/
processing/Processing/exploratory/out/
# Large local datasets
/data/
/votacao_candidato_munzona_2024/
processing/Processing/data/*
!processing/Processing/data/party_aliases.csv
# Logs
*.log
# R session history
.Rhistory
# Out-of-scope local notes, reports, and reference materials
/Friedman_umd_0117E_24463.pdf
/abstract_versions.org
/algumas_infos_institucionais.org*
/diagnostico_checks_2014_2018_2022.md
/marginalia.org
/notas_desenvolvimento.org*
/todo.org*
/codex_instructions/
/notes/
/pdfs/
/processing/national_party_votes_2018.md
/r_scripts/readmes/
/readmes/
/reporting/
/reports/
/scraping/links_wikipedia.md
/test_scripts/