blob: 608c27272f4108f49ded2758eb62c8e2f79c35e1 [file] [log] [blame]
Davide Pesavento0064c1d2018-03-03 18:43:53 -05001# Emacs
2*~
3\#*\#
4/.emacs.desktop
5/.emacs.desktop.lock
6*.elc
7.\#*
8
9# Visual Studio Code
10.vscode/
11
12# macOS
13.DS_Store
14.AppleDouble
15.LSOverride
16._*
17
18# Waf build system
19/build/
20.waf-*-*/
21.waf3-*-*/
22.lock-waf*
23
24# Compiled python code
25__pycache__/
26*.py[cod]
27
28# Other
Davide Pesavento0064c1d2018-03-03 18:43:53 -050029/VERSION