LearningnRunning's picture
feat: Initialize nursing handoff education platform with Gradio, PostgreSQL setup, and initial database scripts. Added .gitignore, Docker configuration, and project metadata.
41a320c
raw
history blame contribute delete
193 Bytes
# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Database
*.db
*.sqlite3
# OS
.DS_Store
Thumbs.db