Browse Source

Adds flask stuff to ignore

Jose Reyes 5 years ago
parent
commit
7790d386d3
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      .gitignore

+ 15
- 0
.gitignore View File

@@ -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
+