From d4265c9b05b8e7e478b0398f920adbf246fa78c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mingxuan=C2=87Game?= Date: Sat, 13 Mar 2021 16:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9AIDEA=EF=BC=88Pycharm?= =?UTF-8?q?=EF=BC=89=EF=BC=8CVsCode=E6=96=87=E4=BB=B6=E6=8E=92=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..cbf9a2f 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,9 @@ dmypy.json # Pyre type checker .pyre/ + +# IntelliJ IDEA / PyCharm Config File +.idea/ + +# Visual Studio Code Debug File +.vscode/ \ No newline at end of file