Files
usda-vision/.gitignore
salirezav 44c8c3f6dd Update environment configuration and enhance user management features
- Changed VITE_SUPABASE_URL in .env.example for deployment consistency.
- Added new user management functionality to reset user passwords in UserManagement component.
- Updated supabase.ts to include first and last name fields in user profiles and added password reset functionality.
- Enhanced DashboardLayout to include a user profile view and improved user display in TopNavbar.
- Updated seed.sql to create additional users with roles for testing purposes.
2025-09-22 11:20:15 -04:00

35 lines
422 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/
.env
.env.*.local
.pytest_cache/
.mypy_cache/
# Node / Vite
node_modules/
dist/
.build/
.vite/
*.log
# Editor/OS
.DS_Store
Thumbs.db
.vscode/
.idea/
# API storage & logs
camera-management-api/storage/
camera-management-api/usda_vision_system.log
# Docker
*.pid
camera-management-api/camera_sdk/
camera-management-api/core
management-dashboard-web-app/users.txt