Remove trading_agents/

This commit is contained in:
Jenit Jain 2025-08-25 13:57:12 -07:00
parent 2e98b73d7c
commit 7e928dd61d
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
env/
__pycache__/ __pycache__/
.DS_Store .DS_Store
*.csv *.csv
@ -7,6 +6,6 @@ output_data/
eval_data/ eval_data/
*.egg-info/ *.egg-info/
.env .env
trading_agents/ trading_agents/*
web_app/frontend/node_modules/* web_app/frontend/node_modules/*
*.pdf *.pdf