style: Add license and .gitignore
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Python environments
|
||||
env/
|
||||
dev_env/
|
||||
|
||||
# ignore junit reports
|
||||
*.junit.xml
|
||||
|
||||
# ignore gitlab-ci artifacts
|
||||
artifacts/
|
||||
Reference in New Issue
Block a user