Selaa lähdekoodia

Adds flask stuff to ignore

Jose Reyes 5 vuotta sitten
vanhempi
commit
7790d386d3
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 15
    0
      .gitignore

+ 15
- 0
.gitignore Näytä tiedosto

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