blob: e75e96c28e535541fe34d26df29066a70ba8c1aa [file] [log] [blame]
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -05001# Emacs
2*~
3\#*\#
4/.emacs.desktop
5/.emacs.desktop.lock
6*.elc
7.\#*
8
9# Visual Studio Code
10.vscode/
11
12# KDevelop
13*.kdev*
14
15# macOS
16.DS_Store
17.AppleDouble
18.LSOverride
19._*
20
21# Waf build system
22/build/
23.waf-*-*/
24.waf3-*-*/
25.lock-waf*
26
27# Compiled python code
28__pycache__/
29*.py[cod]
30
31# Other
32/VERSION