Initial commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# editors
|
||||
.vscode
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# python
|
||||
.venv
|
||||
|
||||
# build
|
||||
/build*
|
||||
/twister-out*
|
||||
|
||||
__pycache__/
|
||||
|
||||
# docs
|
||||
/doc/_build*
|
Reference in New Issue
Block a user