-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
152 lines (134 loc) · 2.91 KB
/
Copy path.gitignore
File metadata and controls
152 lines (134 loc) · 2.91 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# ── Kullanıcının Ekledikleri ────────────────────────────────────────────
/outputs
/models
/docs/*
!/docs/glossary.md
!/docs/wiki/
!/docs/wiki/*.md
/docs/wiki/.obsidian/
.codex
graphify-out
_make_report.py
rapor.docx
tools/*
!tools/audit_corporate_actions.py
!tools/e2_faz0_universe_audit.py
!tools/refetch_universe.py
!tools/backfill_sectors.py
!tools/e2_faz1_horizon_compare.py
!tools/e2_faz35_cs_ic_study.py
!tools/e2_faz6_segment_ic.py
!tools/e2_faz5_nightly_scoring.py
!tools/e2_faz7_confidence_diracc.py
!tools/e2_nightly_pipeline.py
!tools/e2_poc_deep_ic.py
!tools/e2_poc_deep_seedvar.py
!tools/e2_poc_deep_ensemble.py
!tools/e2_poc_deep_lstm.py
!tools/e2_poc_deep_ens3.py
.claude
kalinanYer.md
kalinanYer1.md
/stock_models.db
/data/stock_models.db
# E2 pooled-model serving DB (gecelik batch uretir, runtime artifact)
/data/serving_pool.db
# SQLite WAL/SHM journal dosyaları (tüm .db türleri)
*.db-wal
*.db-shm
*.github
logs
# Optuna warm-start SQLite dosyaları (makineye özgü, otomatik yeniden oluşturulur)
optuna_studies*.db
optuna_studies_*.db
# Feature cache (ham veriden otomatik yeniden oluşturulur)
data/feature_cache/
# İndirilen makro veri CSV'leri (yfinance/FRED'den yeniden çekilir)
data/macro/*.csv
# Hisse OHLCV CSV'leri: yfinance ile yeniden çekilir, takip dışı (büyük churn).
# Yalnız evren metadata (bist_universe.csv) ve data/meta/ takipte kalır.
/data/*.csv
!/data/bist_universe.csv
# Eski/arşiv hisse CSV klasörü (takip dışı)
data/old/
# Yedek veri klasörü (takip dışı)
data/yedek/
# Yerel veri yedek klasörü (takip dışı)
data/yedek/
# Batch çalışma raporları (çalışmaya özgü, arşiv değeri yok)
batch_summary_*.csv
batch_summary_*.json
outputs/batch_summaries/
outputs/_test_*/
outputs/_pytest_tmp/
data/optuna/
# AI asistan talimat dosyaları (proje dökümantasyonu değil)
CLAUDE.md
AGENTS.md
RULES.md
# Claude tarafından üretilen lokal analiz/iyileştirme notları (repo'ya dahil değil)
ClaudeGelistirme/
# Python
__pycache__/
*.py[cod]
*$py.class
# Sanal ortamlar
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Dağıtım ve yapım dosyaları
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
# C/C++ ve Cython uzantıları
*.so
# Birim testi ve kapsama alanı raporları
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# IDE'ler ve Editörler
.idea/
.vscode/
*.swp
*.swo
*.swn
*~
.DS_Store
# Veri seti (Gerekiyorsa, bu klasörü git'e atmamak mantıklı olabilir, ancak kullanıcı verileri data/ içinde tutuyor).
# Büyük boyutlu CSV'leri takip etmemek için:
# /data/*.csv
.pre-commit-config.yaml
.flake8
pyproject.toml
.codex_tmp/
yeniTasarim/
.graphifyignore
pytest_temp/
.pytest_tmp_codex_lstm_lite/