bulk-questionnaire-upload/.gitignore
vee1e 165b249c3d feat: implement CI workflow, enhance file validation, and add test cases
- Introduced a CI workflow for automated testing of backend and frontend components.
- Added pytest configuration for backend tests and Vitest configuration for frontend tests.
- Enhanced file validation logic in the backend to improve error handling and reporting.
- Created comprehensive test cases for various validation scenarios, including edge cases and incorrect formats.
- Updated requirements to include necessary testing libraries and tools.
2025-08-26 00:22:54 +05:30

24 lines
199 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