blob: 8850587aea9d1953e740c39deabebc16bf47111a [file] [log] [blame]
Davide Pesavento7eaed5c2019-01-09 20:03:43 -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 Pesaventoab6ac5d2021-10-05 23:23:53 -040029/VERSION.info