Skip to content

Commit a4f462a

Browse files
committed
commit
1 parent 9c85e87 commit a4f462a

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

.env

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +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
21-
Atlast
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
2221

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

0 commit comments

Comments
 (0)