fix: remove pycache and .env from git tracking

These files are listed in .gitignore but were accidentally committed.
Removing them from git while keeping them locally.
This commit is contained in:
shokollm
2026-04-08 03:54:26 +00:00
parent a03304f9ef
commit 7dfd79dea2
14 changed files with 0 additions and 11 deletions

View File

@@ -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