瀏覽代碼

Adds flask stuff to ignore

Jose Reyes 5 年之前
父節點
當前提交
7790d386d3
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15
    0
      .gitignore

+ 15
- 0
.gitignore 查看文件

@@ -0,0 +1,15 @@
1
+venv/
2
+
3
+*.pyc
4
+__pycache__/
5
+
6
+instance/
7
+
8
+.pytest_cache/
9
+.coverage
10
+htmlcov/
11
+
12
+dist/
13
+build/
14
+*.egg-info/
15
+