浏览代码

Add '.gitignore'

Added .gitignore
deadtom 3 天之前
父节点
当前提交
63272cf787
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+    # ---> Python
+    __pycache__/
+    .venv/
+    .kdev4/
+    /*.kdev4
+    *.egg-info
+    .git/
+    /config.py