Files
NexQuant/.gitignore
T
TPTBusiness 087af5b297 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)
2026-04-09 14:24:49 +02:00

122 lines
1.5 KiB
Plaintext

# Environment
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Logs
*.log
log/
# Cache
pickle_cache/
prompt_cache.db
.cache/
# Generated/processed data
git_ignore_folder/
data_raw/
# Build artifacts
*.manifest
*.spec
# Local scripts (generated)
convert_1min.py
import_1min_qlib.py
# Results (Backtesting, Factors, Runs)
results/
*.db
*.csv
*_export.json
*.h5
# Documentation (generated)
QWEN.md
# AI Agent Files (generated by Qwen Code)
.qwen/
# Parallel run workspaces (isolated per run)
RD-Agent_workspace_run*/
# Internal documentation (not for public)
TODO.md
# Private prompts (your improved versions)
prompts/local/
*.local.yaml
*_private.yaml
# Private models (your improved versions)
models/local/
*.local.py
*_private.py
# Test credentials
.env.test
*.test.env
test_credentials.py
# Closed source local components
rdagent/scenarios/qlib/local/
docs/COMPLETE_WORKFLOW.md
# Local scripts (not for public)
predix_quick_daytrading.py
predix_smart_strategy_gen.py
test/backtesting/test_smart_strategy_gen.py
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