Skip to content

Commit f7c076b

Browse files
committed
Merge pull request #254 from hughperkins/gitignore-add-pyc
Add .pyc files to .gitignore
2 parents 90ad0a2 + d103fee commit f7c076b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626

2727
src/build/
2828

29+
# python compiled files
30+
*.pyc
31+

0 commit comments

Comments
 (0)