Ajouter les fichiers de configuration pour VS Code et le fichier .gitignore, et mettre à jour le Dockerfile, requirements.txt, les imports dans models.py et security.py

This commit is contained in:
Pierre Berthe 2024-04-12 12:14:59 +02:00
parent c6579868d7
commit dce4482e46
6 changed files with 118 additions and 11 deletions

27
.dockerignore Normal file
View file

@ -0,0 +1,27 @@
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md