gitignore: Ignore .pyc files

They are generated, esepcially during test runs and selftests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-03-23 19:20:21 -07:00 committed by Andrei Gherzan
parent 8a149b63ab
commit 3145390785

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ build*
*.log
docs/_build
/layers
*.pyc