Parcourir la source

update .gitignore

Conrad il y a 3 ans
Parent
commit
294f89054c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,3 +1,4 @@
 /env/*
 linepay_test.py
-/__pycache__
+/__pycache__/*
+/.vscode/*