Merge pull request #8648 from Jason2866/patch-2

Remove and ignore *.pyc
This commit is contained in:
Theo Arends 2020-06-09 13:36:32 +02:00 committed by GitHub
commit 947ccc9275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
## OS specific ######## ## OS specific ########
.DS_Store .DS_Store
.fuse_hidden* .fuse_hidden*
*.pyc
## Project files ###### ## Project files ######
.pioenvs .pioenvs

Binary file not shown.