This website works better with JavaScript
Home
Explore
Help
Sign In
troebs
/
PyCS
Watch
1
Star
1
Fork
1
Files
Browse Source
add .gitignore
Eric Tröbs
4 years ago
parent
5c4afe09f1
commit
2b6cafe6ee
1 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
10
0
.gitignore
+ 10
- 0
.gitignore
View File
@@ -0,0 +1,10 @@
+# PyCharm
+.idea/
+*.iml
+
+# environments
+.env
+.venv
+env/
+venv/
+ENV/