-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
48 lines (43 loc) · 1.27 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
venv
.env
log/
filtered_2024
gpt_query
archive/2024/.env
engine/reddit-scraper/filtered_data
engine/reddit-scraper/corpus
engine/reddit-scraper/__pycache__
engine/reddit-scraper/.env
engine/reddit-scraper/venv
engine/reddit-scraper/markdown_data
engine/reddit-scraper/ff-hound
archive/go-tool/build/
archive/go-tool/releases
archive/go-tool/status
__pycache__
.claude
espn_cache
ffhound_analysis/
opportunity_score
# Compiled Go binaries (32MB each -- build with `make build` / `make build-local`)
archive/go-tool/draft_assist
archive/go-tool/fantasy-tool
archive/go-tool/fantasy-football-tool
archive/go-tool/dist/
# Go coverage artifacts (`make test-coverage`)
coverage.out
coverage.html
# Run logs
*.log
# Trained models (regenerate: python injury_predictor/unified_injury_predictor.py)
*.pkl
# nflverse play-by-play cache, ~20MB/season (regenerate:
# python engine/league-sim/analysis/ingame_model.py --fetch).
# Unanchored on purpose: a run from the wrong working directory once
# left a second copy at engine/league-sim/engine/league-sim/data/pbp,
# 98MB of it, sitting untracked and *unignored* in a public repo
# because the old rule was pinned to the one correct path.
# (not a blanket *.parquet -- 30-odd of them are tracked on purpose)
**/data/pbp/
public/
chrome-extension/dist/