microhum commited on
Commit
8a45dec
·
1 Parent(s): 7677cff

remove readme and .vscode

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. .vscode/settings.json +0 -7
  3. README.md +0 -8
.gitignore CHANGED
@@ -1,4 +1,5 @@
1
  .venv
 
2
  .env
3
  **/__pycache__/
4
  .pytest_cache
 
1
  .venv
2
+ .vscode
3
  .env
4
  **/__pycache__/
5
  .pytest_cache
.vscode/settings.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "python.testing.pytestArgs": [
3
- "llm"
4
- ],
5
- "python.testing.unittestEnabled": false,
6
- "python.testing.pytestEnabled": true
7
- }
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,8 +0,0 @@
1
- ---
2
- title: MALI_Nurse
3
- emoji: 🐳
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: docker
7
- app_port: 7860
8
- ---