Skip to content

Commit a6c4b41

Browse files
committed
Ignore compiled Python classes for Jython
1 parent 0c5916e commit a6c4b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Because we never want compiled Python
22
__pycache__/
33
*.pyc
4+
*.py$class
45

56
# Ignore stuff produced by distutils
67
/build/

0 commit comments

Comments
 (0)