Spaces:
Runtime error
Runtime error
NTAMBARA Etienne
commited on
Commit
·
532b0e7
1
Parent(s):
2b649ae
Changes Made
Browse files- .gitignore +0 -45
- EncodeFile.p +0 -0
.gitignore
CHANGED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
# Firebase credentials
|
| 2 |
-
serviceAccountKey.json
|
| 3 |
-
|
| 4 |
-
# Encoded face data
|
| 5 |
-
EncodeFile.p
|
| 6 |
-
|
| 7 |
-
# Temporary files
|
| 8 |
-
*.pyc
|
| 9 |
-
__pycache__/
|
| 10 |
-
.tmp/
|
| 11 |
-
|
| 12 |
-
# Dataset directories (if they contain sensitive or large data)
|
| 13 |
-
Resources/
|
| 14 |
-
Images/
|
| 15 |
-
|
| 16 |
-
# Operating system files
|
| 17 |
-
.DS_Store
|
| 18 |
-
Thumbs.db
|
| 19 |
-
|
| 20 |
-
# Editor/IDE files
|
| 21 |
-
.vscode/
|
| 22 |
-
.idea/
|
| 23 |
-
|
| 24 |
-
# Python virtual environment
|
| 25 |
-
venv/
|
| 26 |
-
env/
|
| 27 |
-
|
| 28 |
-
# Jupyter notebook checkpoints
|
| 29 |
-
.ipynb_checkpoints/
|
| 30 |
-
|
| 31 |
-
# Gradio cached examples
|
| 32 |
-
gradio_cached_examples/
|
| 33 |
-
|
| 34 |
-
# Files and directories generated during execution (replace with your specific paths if they differ)
|
| 35 |
-
output/
|
| 36 |
-
*.log
|
| 37 |
-
captures/
|
| 38 |
-
|
| 39 |
-
# If using SQLite or other local DBs
|
| 40 |
-
*.db
|
| 41 |
-
*.sqlite
|
| 42 |
-
*.sqlite3
|
| 43 |
-
|
| 44 |
-
# Any additional directories you have that contain generated images or mode images
|
| 45 |
-
Modes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EncodeFile.p
ADDED
|
Binary file (3.34 kB). View file
|
|
|