Skip to content

Commit dfffaf4

Browse files
committed
update gitignore
1 parent d20f912 commit dfffaf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# python
88
__pycache__/
99
*.py[cod]
10+
*.pyc
1011
*$py.class
1112
.python-version
1213

@@ -30,4 +31,4 @@ site/
3031
.vscode/
3132

3233
# pytest
33-
.pytest_cache/
34+
.pytest_cache/

0 commit comments

Comments
 (0)