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:
TPTBusiness
2026-04-09 14:24:49 +02:00
parent dd6beec3c9
commit 087af5b297
+6
View File
@@ -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