style: Add license and .gitignore

This commit is contained in:
2021-08-03 09:41:39 +09:30
commit 7e5d8bb354
2 changed files with 35 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Log files
*.log
# Python environments
env/
dev_env/
# ignore junit reports
*.junit.xml
# ignore gitlab-ci artifacts
artifacts/