-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
63 lines (53 loc) · 1.06 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
.venv/
__pycache__/
*.pyc
.pytest_cache/
.env
.DS_Store
.vscode/
.idea/
# Local development artifacts
dev_artifacts/
patch_*.py
# Python caches
*.py[cod]
# Local RL training / benchmark outputs
runs/rl_*/
runs/_latest_checkpoint_eval_tmp/
# Keep stable good runners tracked intentionally:
# runs/good_runners/act1_linear_v1/
# Local Python virtual environments
venv/
env/
v/
*.bak
runs/_worker_smoke_test/
runs/act2_sanity/
runs/campaign_sanity/
# Local/generated audit outputs
runs/*_audit.txt
runs/event_shop_audit.txt
# Local benchmark and diagnostic outputs
runs/heuristic_*/
runs/heuristic_v2_*/
runs/rl_*/
runs/*_benchmark*/
runs/*_full_game*/
runs/*_by_character*/
runs/run_heuristic_v2_character_benchmark.py
# Keep stable curated runner references and docs trackable
!runs/README.md
!runs/good_runners/
!runs/good_runners/**
# Python packaging metadata
*.egg-info/
src/*.egg-info/
# Local staged-pilgrimage smoke outputs
runs/act1_v2_bureaucrat_random_*/
# Local diagnostics / random bot reports
runs/diagnostics/
# Release build output
build/
dist/
artifacts/
*.spec