mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
- 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.
25 lines
213 B
Text
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
|