Browse Source

añade entradas a git ignore

Tatiana Castro 5 years ago
parent
commit
90c71cea0e
1 changed files with 23 additions and 0 deletions
  1. 23
    0
      .gitignore

+ 23
- 0
.gitignore View File

@@ -0,0 +1,23 @@
1
+.DS_Store
2
+.env
3
+.flaskenv
4
+*.pyc
5
+*.pyo
6
+env/
7
+env*
8
+dist/
9
+build/
10
+*.egg
11
+*.egg-info/
12
+_mailinglist
13
+.tox/
14
+.cache/
15
+.pytest_cache/
16
+.idea/
17
+docs/_build/
18
+
19
+# Coverage reports
20
+htmlcov/
21
+.coverage
22
+.coverage.*
23
+*,cover