This website works better with JavaScript
首页
发现
帮助
登录
troebs
/
PyCS
关注
1
点赞
1
派生
1
文件
浏览代码
add .gitignore
Eric Tröbs
4 年之前
父节点
5c4afe09f1
当前提交
2b6cafe6ee
共有
1 个文件被更改
,包括
10 次插入
和
0 次删除
分列视图
显示文件统计
10
0
.gitignore
+ 10
- 0
.gitignore
查看文件
@@ -0,0 +1,10 @@
+# PyCharm
+.idea/
+*.iml
+
+# environments
+.env
+.venv
+env/
+venv/
+ENV/