nursing-case-studies / .gitignore
Lincoln Gombedza
Initial commit: Nursing Case Study Builder (Tool #5)
95e4355
raw
history blame contribute delete
262 Bytes
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.env
.venv
venv/
env/
# Streamlit
.streamlit/secrets.toml
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log