mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
chore: Add QWEN.md to .gitignore
Exclude generated documentation files: - QWEN.md (local documentation) - results/ directory already excluded - Improved .gitignore structure
This commit is contained in:
@@ -65,4 +65,13 @@ data_raw/
|
||||
# Local scripts (generated)
|
||||
convert_1min.py
|
||||
import_1min_qlib.py
|
||||
|
||||
# Results (Backtesting, Factors, Runs)
|
||||
results/
|
||||
*.db
|
||||
*.csv
|
||||
*_export.json
|
||||
*.h5
|
||||
|
||||
# Documentation (generated)
|
||||
QWEN.md
|
||||
|
||||
Reference in New Issue
Block a user