Bläddra i källkod

update .gitignore

Conrad 3 år sedan
förälder
incheckning
294f89054c
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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