- Added functionality to save and retrieve the current dashboard view in localStorage for improved user experience. - Updated DashboardLayout component to handle view changes with access control based on user roles. - Renamed Experiments component to ExperimentManagement for clarity. - Introduced new ExperimentPhase interface and related utility functions for managing experiment phases. - Updated seed data to include initial roles and experiment phases for testing. - Cleaned up unnecessary blank lines in various files for better code readability.
34 lines
383 B
Plaintext
34 lines
383 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
|