mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
24 lines
193 B
Text
24 lines
193 B
Text
# Backend
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.env
|
|
.pytest_cache/
|
|
metrics.txt
|
|
|
|
# Frontend
|
|
node_modules/
|
|
.angular/
|
|
dist/
|
|
.env
|
|
|
|
*.swp
|
|
*.swo
|
|
|
|
.env/
|
|
|
|
# personal
|
|
tests/
|
|
project-plans/
|
|
.DS_Store
|