Skip to content

Commit b8ddb25

Browse files
committed
Add gitignore
0 parents  commit b8ddb25

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# Distribution / packaging
6+
build/
7+
dist/
8+
*.egg-info/
9+
.eggs
10+
11+
# Sphinx documentation
12+
docs/_build/
13+
14+
# Testing
15+
.cache
16+
.hypothesis_cache
17+
.mypy_cache
18+
.pytest_cache
19+
.tox
20+
21+
venv/
22+
.venv/

0 commit comments

Comments
 (0)