mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
chore: Clean up root directory - move generated files to proper locations
Moved from root to results/: - 45+ fin_quant_run*.log files (30+ GB total) → results/logs/ - selector.log → results/logs/ - .coverage → results/ - data_raw/ → results/ - .env.backup, .env.local → results/ - log/ → results/ - pickle_cache/ → results/ - predix.egg-info/ → results/ - prompt_cache.db → results/ - intraday_pv_*.h5 → git_ignore_folder/ Updated .gitignore: - *.log, fin_quant*.log - .coverage, htmlcov/ - ..bfg-report/ - .env.backup, .env.local - data_raw/ - *.h5, intraday_pv*.h5 - pickle_cache/, predix.egg-info/, __pycache__/ - log/, prompt_cache.db, strategies_new/ Root directory: 53 files → 44 files (clean)
This commit is contained in:
+34
@@ -119,3 +119,37 @@ CLAUDE.md
|
||||
!package.json
|
||||
!package-lock.json
|
||||
!pyproject.json
|
||||
..bfg-report/
|
||||
|
||||
# Log files (should be in results/logs/)
|
||||
*.log
|
||||
fin_quant*.log
|
||||
selector.log
|
||||
|
||||
# Coverage files
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
|
||||
# BFG report
|
||||
..bfg-report/
|
||||
|
||||
# Env backups
|
||||
.env.backup
|
||||
.env.local
|
||||
|
||||
# Raw data
|
||||
data_raw/
|
||||
|
||||
# HDF5 data files
|
||||
*.h5
|
||||
intraday_pv*.h5
|
||||
|
||||
# Cache and build artifacts
|
||||
pickle_cache/
|
||||
predix.egg-info/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Log folder
|
||||
log/
|
||||
|
||||
Generated
+6608
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "vite-project",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"overrides": {
|
||||
"braces": "^3.0.3",
|
||||
"lodash-es": "^4.18.0",
|
||||
"lodash": "^4.18.0",
|
||||
"postcss": "^8.4.31",
|
||||
"picomatch": "^4.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc && vite build",
|
||||
"build:flask": "vue-tsc && vite build --outDir ../git_ignore_folder/static",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.13.5",
|
||||
"crypto-js": "^4.2.0",
|
||||
"echarts": "^5.5.1",
|
||||
"element-plus": "^2.7.8",
|
||||
"github-markdown-css": "^5.8.1",
|
||||
"highlight.js": "^11.11.1",
|
||||
"jszip": "^3.10.1",
|
||||
"jquery": "^3.7.1",
|
||||
"katex": "^0.16.22",
|
||||
"markdown-it": "^14.1.1",
|
||||
"markdown-it-texmath": "^1.0.0",
|
||||
"marked": "^15.0.4",
|
||||
"prismjs": "^1.30.0",
|
||||
"vue": "^3.4.21",
|
||||
"vue-echarts": "^7.0.3",
|
||||
"vue-router": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"echarts-gl": "^2.0.9",
|
||||
"fast-glob": "^3.3.2",
|
||||
"path": "^0.12.7",
|
||||
"sass": "^1.77.4",
|
||||
"snapsvg": "^0.5.1",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-vue-components": "^0.27.3",
|
||||
"vite": "^8.0.0",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vue-tsc": "^2.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user