diff --git a/src/backend/.env b/src/backend/.env deleted file mode 100644 index 4e31b39..0000000 --- a/src/backend/.env +++ /dev/null @@ -1,11 +0,0 @@ -DATABASE_URL=sqlite:///./data/app.db -SECRET_KEY=your-super-secret-key-change-in-production -JWT_ALGORITHM=HS256 -ACCESS_TOKEN_EXPIRE_MINUTES=1440 -MINIMAX_API_KEY=your-minimax-api-key -MINIMAX_MODEL=MiniMax-Text-01 -AVE_API_KEY=your-ave-cloud-api-key -AVE_API_PLAN=free -HOST=0.0.0.0 -PORT=8000 -DEBUG=false diff --git a/src/backend/app/__pycache__/main.cpython-314.pyc b/src/backend/app/__pycache__/main.cpython-314.pyc deleted file mode 100644 index eba21a8..0000000 Binary files a/src/backend/app/__pycache__/main.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/__init__.cpython-314.pyc b/src/backend/app/api/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 9dcb0be..0000000 Binary files a/src/backend/app/api/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/auth.cpython-314.pyc b/src/backend/app/api/__pycache__/auth.cpython-314.pyc deleted file mode 100644 index 054c83a..0000000 Binary files a/src/backend/app/api/__pycache__/auth.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/backtest.cpython-314.pyc b/src/backend/app/api/__pycache__/backtest.cpython-314.pyc deleted file mode 100644 index 5b11ad5..0000000 Binary files a/src/backend/app/api/__pycache__/backtest.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/bots.cpython-314.pyc b/src/backend/app/api/__pycache__/bots.cpython-314.pyc deleted file mode 100644 index a6a9372..0000000 Binary files a/src/backend/app/api/__pycache__/bots.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/config.cpython-314.pyc b/src/backend/app/api/__pycache__/config.cpython-314.pyc deleted file mode 100644 index 0b26a30..0000000 Binary files a/src/backend/app/api/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/api/__pycache__/simulate.cpython-314.pyc b/src/backend/app/api/__pycache__/simulate.cpython-314.pyc deleted file mode 100644 index 867ea81..0000000 Binary files a/src/backend/app/api/__pycache__/simulate.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/core/__pycache__/__init__.cpython-314.pyc b/src/backend/app/core/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 77ad169..0000000 Binary files a/src/backend/app/core/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/core/__pycache__/config.cpython-314.pyc b/src/backend/app/core/__pycache__/config.cpython-314.pyc deleted file mode 100644 index c992c3f..0000000 Binary files a/src/backend/app/core/__pycache__/config.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/core/__pycache__/database.cpython-314.pyc b/src/backend/app/core/__pycache__/database.cpython-314.pyc deleted file mode 100644 index a6bbb94..0000000 Binary files a/src/backend/app/core/__pycache__/database.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/core/__pycache__/security.cpython-314.pyc b/src/backend/app/core/__pycache__/security.cpython-314.pyc deleted file mode 100644 index d2dd17f..0000000 Binary files a/src/backend/app/core/__pycache__/security.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/db/__pycache__/__init__.cpython-314.pyc b/src/backend/app/db/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index bc80a0f..0000000 Binary files a/src/backend/app/db/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/src/backend/app/db/__pycache__/schemas.cpython-314.pyc b/src/backend/app/db/__pycache__/schemas.cpython-314.pyc deleted file mode 100644 index 70a2597..0000000 Binary files a/src/backend/app/db/__pycache__/schemas.cpython-314.pyc and /dev/null differ