Explorar el Código

Adds flask stuff to ignore

Jose Reyes hace 5 años
padre
commit
7790d386d3
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15
    0
      .gitignore

+ 15
- 0
.gitignore Ver fichero

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