Skip to content

Commit ad7f9d6

Browse files
committed
Added Python cache files to .gitignore
1 parent c86a8fb commit ad7f9d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
.DS_Store
33
*.swp
44

5+
# Python
6+
__pycache__
7+
*.pyc
8+
59
# Dirs
610
install/
711
deps/

0 commit comments

Comments
 (0)