gitignore: exclude local development files
Browse files- Add local_run.sh and note.txt to .gitignore
- Remove these files from git tracking while keeping them locally
- .gitignore +4 -0
- local_run.sh +0 -2
- note.txt +0 -3
.gitignore
CHANGED
|
@@ -19,3 +19,7 @@ __pycache__/
|
|
| 19 |
*.swp
|
| 20 |
*.wav
|
| 21 |
*.mp3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
*.swp
|
| 20 |
*.wav
|
| 21 |
*.mp3
|
| 22 |
+
|
| 23 |
+
# Local development files
|
| 24 |
+
local_run.sh
|
| 25 |
+
note.txt
|
local_run.sh
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
#! /usr/bin/env bash
|
| 2 |
-
python -m uvicorn src.server.main:app --host 0.0.0.0 --port 7860 --reload
|
|
|
|
|
|
|
|
|
note.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
1. add tw chinese interface
|
| 2 |
-
2. notification quand transcription / résumé rest prêt
|
| 3 |
-
3. indicateur de status flottant
|
|
|
|
|
|
|
|
|
|
|
|