Browse Source

add .gitignore

Eric Tröbs 4 years ago
parent
commit
2b6cafe6ee
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

@@ -0,0 +1,10 @@
+# PyCharm
+.idea/
+*.iml
+
+# environments
+.env
+.venv
+env/
+venv/
+ENV/