Skip to content

Commit c8cb290

Browse files
committed
Add .gitignore
0 parents  commit c8cb290

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Byte-compiled
2+
__pycache__/
3+
*.py[cod]
4+
5+
# Distribution / packaging
6+
dist/
7+
8+
# Sphinx documentation
9+
docs/_build/
10+
11+
# Environments
12+
.venv
13+
env/
14+
venv/
15+
16+
# Poetry lock file
17+
poetry.lock
18+
19+
# Unit test / coverage reports
20+
htmlcov/
21+
.coverage
22+
.coverage.*
23+
.cache
24+
coverage.xml
25+
.pytest_cache/
26+
27+
# mypy
28+
.mypy_cache/

0 commit comments

Comments
 (0)