Skip to content

Commit b7a53b8

Browse files
committed
.gitignore added
1 parent d828c9b commit b7a53b8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
.tox/
15+
.cache/
16+
.pytest_cache/
17+
.idea/
18+
docs/_build/
19+
.vscode
20+
21+
# Coverage reports
22+
htmlcov/
23+
.coverage
24+
.coverage.*
25+
*,cover

0 commit comments

Comments
 (0)