Files
medicus/.gitignore

13 lines
85 B
Plaintext

# Python
.venv/
__pycache__/
*.pyc
# PyCharm
.idea/
*.iml
# OS
.DS_Store
Thumbs.db