Ajouter les fichiers de configuration pour VS Code et le fichier .gitignore

This commit is contained in:
Pierre Berthe 2024-04-11 16:05:53 +02:00
commit 26020ecbc1
5 changed files with 426 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.analysis.autoImportCompletions": true
}