Files
operating-room-monitor-server/.gitignore
2026-04-20 17:58:03 +08:00

24 lines
231 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Local reference / scratch content
refs/
# Environment
.env
.env.*
!.env.example
# IDE / OS
.idea/
.vscode/
.DS_Store