Skip to content

Commit b34f0bf

Browse files
committed
commit
1 parent a4f462a commit b34f0bf

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.gitignore

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# .DS_Store
2-
# .env
3-
# .flaskenv
4-
# *.pyc
5-
# *.pyo
6-
# env/
7-
# venv/
8-
# .venv/
9-
# env*
10-
# dist/
11-
# build/
12-
# *.egg
13-
# *.egg-info/
14-
# _mailinglist
15-
# .tox/
16-
# .cache/
17-
# .pytest_cache/
18-
# .idea/
19-
# docs/_build/
20-
# .vscode
1+
.DS_Store
2+
.env
3+
.flaskenv
4+
*.pyc
5+
*.pyo
6+
env/
7+
venv/
8+
.venv/
9+
env*
10+
dist/
11+
build/
12+
*.egg
13+
*.egg-info/
14+
_mailinglist
15+
.tox/
16+
.cache/
17+
.pytest_cache/
18+
.idea/
19+
docs/_build/
20+
.vscode
2121

22-
# # Coverage reports
23-
# htmlcov/
24-
# .coverage
25-
# .coverage.*
26-
# *,cover
22+
# Coverage reports
23+
htmlcov/
24+
.coverage
25+
.coverage.*
26+
*,cover

0 commit comments

Comments
 (0)