From ce23cfc5b51b67da06cd1350c858b16d9c02c2ca Mon Sep 17 00:00:00 2001 From: Oliver Kamer Date: Tue, 19 Jan 2021 21:20:30 +0100 Subject: [PATCH] Add pycharm gitignore stuff --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9a4f5e..cb71bff 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,7 @@ dmypy.json secrets.yml .vscode .DS_Store -compiledstatic/ \ No newline at end of file +compiledstatic/ + +# Pycharm +.idea