chore(frontend): use Orval types directly; drop normalize hacks

This commit is contained in:
Abhimanyu Saharan
2026-02-02 13:09:35 +05:30
parent 6da3df27d8
commit ed33156148
26 changed files with 41 additions and 154 deletions

25
.gitignore vendored
View File

@@ -1,20 +1,15 @@
# OS / IDE
.idea/
.DS_Store
# Python
backend/.venv/
backend/__pycache__/
backend/.pytest_cache/
backend/.env
__pycache__/
*.py[cod]
# Node
frontend/node_modules/
frontend/.next/
frontend/.env.local
# Node / Next
node_modules/
.next/
# Logs
*.log
# Env
.env
.env.local
# Local run logs
# IDE
.idea/
.runlogs/