Skip to content

Commit 3d82115

Browse files
committed
Add Python compiled byte code files and directories to .gitignore
1 parent 641e163 commit 3d82115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.py[co]
12
*~
23
/composer.lock
34
/vendor/
5+
__pycache__/

0 commit comments

Comments
 (0)