1# List of files and extensions to be ignored
2
3# Eclipse
4*.project
5*.cproject
6.pydevproject
7.settings/
8
9# Visual Studio Code
10.vscode/
11
12# Local dependency repo
13localrepos.cmake
14
15# Garbage files
16/build*/
17/cmake_build*/
18*.orig
19**/__pycache__
20*.pyc
21
22