warlord123456
Deploy to Hugging Face
7bbed67
Raw
History Blame Contribute Delete
312 Bytes
# Environment and Virtual Environments
venv/
env/
.env
__pycache__/
*.pyc
# IDEs and Editors
.vscode/
.idea/
*.swp
# OS Files
.DS_Store
Thumbs.db
# Frontend
frontend/node_modules/
frontend/dist/
# Backend Output Caches
backend/uploads/
backend/test_out/
backend/reports/
*.log
# Vite Cache
frontend/.vite/