-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (35 loc) · 735 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (35 loc) · 735 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
# Generated model artifacts and results (reproducible by re-running the notebooks)
artifacts/
leaderboard.csv
*.pkl
# Generated figures (re-created on notebook run); the curated set in figures/ is committed for the README
*.png
!figures/*.png
# CatBoost training logs (created during notebook runs)
catboost_info/
# Jupyter
.ipynb_checkpoints/
*/.ipynb_checkpoints/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ipynb_convert/
# Virtual environments
.venv/
venv/
env/
.env
# Dataset cache (scikit-uplift downloads here; ~300 MB, never commit)
data/
*.csv.gz
criteo*.csv
# OS / editor
.DS_Store
.idea/
.vscode/
# Internal working docs (kept local, not part of the public repo)
CLAUDE.md
PLAN.md
CONFORMAL_NOTES.md