14 lines
88 B
Plaintext
14 lines
88 B
Plaintext
# editors
|
|
.vscode
|
|
*.swp
|
|
*~
|
|
|
|
# python
|
|
.venv
|
|
|
|
# build
|
|
/build*
|
|
/twister-out*
|
|
|
|
__pycache__/
|