mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
chore: Remove all JSON strategy files from history and working directory
- Deleted 204+ JSON strategy files from Git history using BFG Repo-Cleaner - Added *.json to .gitignore (excluding package*.json) - Removed all loose JSON files from root directory - Git GC completed: 13,221 objects cleaned These files were accidentally committed strategy outputs that should never have been in the repository. The actual strategy files belong in: - results/strategies_new/ (managed by .gitignore) - strategies/ (managed by .gitignore)
This commit is contained in:
@@ -113,3 +113,9 @@ docs/SMART_STRATEGY_GEN.md
|
||||
# OpenACP local workspace (contains secrets)
|
||||
.openacp
|
||||
CLAUDE.md
|
||||
|
||||
# Generated strategy JSON files (root directory only)
|
||||
*.json
|
||||
!package.json
|
||||
!package-lock.json
|
||||
!pyproject.json
|
||||
|
||||
Reference in New Issue
Block a user