Diane.Aurélie commited on
Commit
330f67d
·
0 Parent(s):

creation structure du projet

Browse files
Files changed (4) hide show
  1. .gitignore +6 -0
  2. App/main.py +0 -0
  3. README.md +0 -0
  4. 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