Spaces:
Runtime error
Runtime error
Diane.Aurélie commited on
Commit ·
330f67d
0
Parent(s):
creation structure du projet
Browse files- .gitignore +6 -0
- App/main.py +0 -0
- README.md +0 -0
- requirements.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
.env
|
| 3 |
+
venv/
|
| 4 |
+
.venv/
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
.coverage
|
App/main.py
ADDED
|
File without changes
|
README.md
ADDED
|
File without changes
|
requirements.txt
ADDED
|
File without changes
|