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# Garbage files
13/build*/
14/cmake_build*/
15*.orig
16**/__pycache__
17*.pyc
18
19