gitignore: Hide a cached Python bytecode
This commit is contained in:
parent
ba41f391fc
commit
e6c44fad0c
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*.hex
|
*.hex
|
||||||
*.zip
|
*.zip
|
||||||
.*.swp
|
.*.swp
|
||||||
|
__pycache__
|
||||||
|
|
Loading…
Reference in a new issue