ソースを参照

Good start for .gitignore and python venv.

Steve Thielemann 5 年 前
コミット
14f7a00fdc
1 ファイル変更7 行追加0 行削除
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -0,0 +1,7 @@
+__pycache__/
+bin/
+lib/
+lib64
+share/
+pyvenv.cfg
+