-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
122 lines (101 loc) · 2.03 KB
/
.gitignore
File metadata and controls
122 lines (101 loc) · 2.03 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
env/
# uv
uv.lock
# IDE & AI tool configs
.vscode/
.idea/
.claude/
.codex/
.playwright-cli/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# FP runtime assets (local only -- do NOT commit)
FM/
fm/
# Local project overlays (local only by default)
projects_local/*
!projects_local/README.md
!projects_local/dictionary_overlays/
projects_local/dictionary_overlays/*
!projects_local/dictionary_overlays/baseline.json
!projects_local/stock_fm/
projects_local/stock_fm/*
!projects_local/stock_fm/baseline_fppy_parity.yaml
# Fortran source & fp.exe (Fair-Parke IP -- do NOT redistribute)
fortran_sc/
fp.exe
# Fair-Parke reference documents (not distributable)
sources/
# Internal AI memory (not public)
docs/ai-memory.md
# Run artifacts
artifacts/
artifacts-*/
/runs/
/public/model-runs/runs/*
!/public/model-runs/runs/.gitkeep
/do/
/fp-r/*
!/fp-r/DESCRIPTION
!/fp-r/NAMESPACE
!/fp-r/R/
/fp-r/R/*
!/fp-r/R/*.R
/fp-r/R/compare_series.R
!/fp-r/scripts/
/fp-r/scripts/*
!/fp-r/scripts/run_backend_bundle.R
*.log
# Local caches/runtime state (must not be stored in project tree)
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/
.wine*/
# Jupyter
.ipynb_checkpoints/
# Environment
.env
.env.local
# Coverage
htmlcov/
.coverage
.coverage.*
# MkDocs build
site/
# Prompts / memory (project-specific, keep in repo)
# prompts/ # these ARE tracked
# FORTRAN runtime temporaries
fort.*
# Scratch/temp scripts
tmp_*.py
# Logo source files (optional)
# logo/ # keep if you want branding in repo
# Project-specific scenario families (not part of the toolkit)
bundles/pse*.yaml
bundles/gender_*.yaml
examples/pse*.yaml
examples/gender_*.yaml
public/gender-runs.spec.yaml
public/gender-runs/
src/fp_wraptr/gender_family*.py
tests/test_gender_family.py
# fp-r backend (phase-1 public surface stays narrow)
examples/fp_r_real_*.yaml
src/fp_wraptr/analysis/shared_slice.py