blob: 45ed052880fa93860078fe0f12293f980f26b8ce [file] [log] [blame]
Kevin Peng43869ca2020-05-22 16:33:03 +08001# 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
13build*/
14*.orig
15**/__pycache__
16*.pyc