# List of files and extensions to be ignored | |
# Eclipse | |
*.project | |
*.cproject | |
.pydevproject | |
.settings/ | |
# Visual Studio Code | |
.vscode/ | |
# Local dependency repo | |
localrepos.cmake | |
# Garbage files | |
/build*/ | |
/cmake_build*/ | |
*.orig | |
**/__pycache__ | |
*.pyc | |
.clang-format |