blob: dc40a003935859dd942998474939a8d068e43c44 [file] [log] [blame]
Davide Pesavento44b0f8c2024-04-23 00:16:11 -04001# Backup files
Alexander Afanasyev3f90fda2018-06-13 20:15:24 -04002*~
Davide Pesavento44b0f8c2024-04-23 00:16:11 -04003*.bak
4*.orig
5*.rej
6
7# Waf build system
8/build/
9.waf-*-*/
10.waf3-*-*/
11.lock-waf*
12
13# Compiled python code
14__pycache__/
15*.py[cod]
16
17# Emacs
Alexander Afanasyev3f90fda2018-06-13 20:15:24 -040018\#*\#
19/.emacs.desktop
20/.emacs.desktop.lock
21*.elc
22.\#*
23
24# Visual Studio Code
25.vscode/
26
27# macOS
28.DS_Store
29.AppleDouble
30.LSOverride
31._*
32
Alexander Afanasyev3f90fda2018-06-13 20:15:24 -040033# Other
Alexander Afanasyev1b9be6c2020-06-01 19:20:41 -040034/VERSION.info