Browse Source

ignore PyCharm and VSCode configuration file

chenhaiyang 5 years ago
parent
commit
771a0b7438
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -58,3 +58,8 @@ docs/_build/
 # PyBuilder
 target/
 
+# Pycharm configuration
+.idea/
+
+# VSCode configuration
+.vscode/