bulk-questionnaire-upload/.gitignore
vee1e 94a35c90d6 feat: enhance form upload component and parsing logic
- Refactored methods to extract form details such as title, language, version, questions count, and options count.
- Updated XLSFormParser to use default form IDs and improved data conversion from tempData.json.
- Adjusted the getFormById method to return a more flexible response type.
2025-09-11 20:45:23 +05:30

25 lines
213 B
Text

# Backend
__pycache__/
*.py[cod]
*$py.class
venv/
.env
.pytest_cache/
metrics.txt
# Frontend
node_modules/
.angular/
dist/
.env
*.swp
*.swo
.env/
# personal
project-plans/
.DS_Store
.cursorrules
tempData.json