Browse Source

update .gitignore

Conrad 3 years ago
parent
commit
294f89054c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

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