1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-10 23:36:11 +02:00

Update .gitignore to ignore __pycache__ dirs

This commit is contained in:
Jan Zarsky 2019-06-19 13:40:45 +02:00 committed by Lukas Vrabec
parent cfea4cfd38
commit 7f316b2a14

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
udica.egg-info/
build/
dist/
__pycache__/
*.py[cod]