gitignore: Add pycache directories

This commit is contained in:
Denis Kenzior 2022-07-22 12:41:53 -05:00
parent 890f212af2
commit 4353935e0a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@ unit/*.log
unit/*.trs
test-suite.log
src/builtin.h
autotests/*/__pycache__