Skip to content

Commit 3b5e19d

Browse files
committed
update gitignore
1 parent ada28ee commit 3b5e19d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*~
88

99
# python bytecode
10-
*.pyc
10+
__pycache__/
11+
*.py[cod]
1112

1213
# unit testing generated files
1314
.coverage
@@ -18,6 +19,7 @@
1819
*.egg-info/
1920
build/
2021
dist/
22+
sdist/
2123

2224
# rpm packaging artifacts
2325
rpmbuild/

0 commit comments

Comments
 (0)