# General part of the gitignore
.DS_Store
*.launch
*.orig
*.bak
.vscode/
**/build/
**/GNU ARM v*
**/.projectlinkstore
**/.settings
**/.makefile
**/.trash
**/.uceditor
**/autogen/*.crc
**/__pycache__
**/GNU ARM v*
**/IAR ARM*
**/sonar-bw/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

#code convention tool gitignore
code-convention-tool/
**/venv/
