blob: 4303c9c92532a21348df26a3b018f2dc2e3dd2bb [file] [log] [blame]
Lee Rhodes25a1c9a2020-02-15 16:29:50 -08001# Eclipse project files
2.cproject
3.project
4.settings/
5
6# Visual Studio Code
7.vscode/
8
9# OSX files
10.DS_Store
11
12# Compiler output, build specific
13*.a
14*.o
15*.so
16*.dll
17*.dylib
18bin/
19build/
20lib/
21
22# Log file
23
24# Package Files #
25*.zip
26*.tar.gz
27
28# Other
29local/
30tmp/
31_site/
32_*
33_*/
34
35# exceptions
36!__init__.py