build(.gitignore): ignore python build files

!4
This commit is contained in:
2021-08-08 14:47:49 +09:30
parent d929c1d3b0
commit d2d4ac0afa

4
.gitignore vendored
View File

@ -11,3 +11,7 @@ dev_env/
# ignore gitlab-ci artifacts # ignore gitlab-ci artifacts
artifacts/ artifacts/
__pycache__
*.egg-info