Skip to content

Commit ce62241

Browse files
committed
Ignore more stuff generated by modern software
1 parent 7360bc1 commit ce62241

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
*.pyc
2-
*.pyo
3-
_build
1+
*.py[cod]
2+
__pycache__/
3+
_build/
4+
build/
5+
dist/
6+
*.egg-info/
7+
.pytest_cache/
8+
.mypy_cache/
9+
10+
.vscode/
11+
.idea/

0 commit comments

Comments
 (0)