mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Update .gitignore to ignore __pycache__/.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -27,3 +27,7 @@ build/
|
||||
######################
|
||||
tests/*.exp
|
||||
tests/*.out
|
||||
|
||||
# Python cache files
|
||||
######################
|
||||
__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user