-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·101 lines (85 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
executable file
·101 lines (85 loc) · 2.09 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
.Rproj.user
.Rhistory
.RData
.Ruserdata
.vscode
__pycache__
*/__pycache__
./__pycache__
.DS_Store
*/.DS_Store
.pytest_cache
*/.pytest_cache
*.pyc
*/*.pyc
*.pyc
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# User-specific files
.Ruserdata
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# R Environment Variables
.Renviron
# Proxy pool cached locally for dev runs; refresh weekly via
# `data.table::fwrite(get_proxy_bonanza_ips(), "proxylist.csv")`.
# CI fetches fresh proxies from the API via PROXY_KEY / PROXY_PKG secrets.
proxylist.csv
**/proxylist.csv
# Scraper / processor run logs: keep tracked under logs/ (committed by
# scripts/daily_wnba_stats_R_processor.sh and the annual draft
# processor), ignore *.log anywhere else.
*.log
!logs/*.log
.positai
# --- SDV repo template ---------------------------------------------------
/*.out
/*.log
*.egg-info/
**/*.egg-info/
.omc/
**/.omc/
.Rproj.user/
**/.Rproj.user/
.ruff_cache/
**/.ruff_cache/
.pytest_cache/
**/.pytest_cache/
.understand-anything/
**/.understand-anything/
.superpowers/
**/.superpowers/
.venv/
**/.venv/
v3_staging/
.wnba_pipeline_cache/
# Build artifacts + publish receipts: the release is the distribution channel,
# so built parquet/csv/rds are never committed here. `--out` defaults to
# build_out/; the glob also covers a per-run dir like build_out_draft/.
build_out*/
# out/ is the documented --out for MANUAL model runs (see CLAUDE.md). The
# nightly driver builds into a mktemp dir instead and copies the parquet/rds it
# means to keep into wnba_stats/player_impact/, so nothing here is ever the
# artifact of record.
out/
.cutover_receipts.json