Lee Rhodes | 25a1c9a | 2020-02-15 16:29:50 -0800 | [diff] [blame] | 1 | # 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 | ||||
18 | bin/ | ||||
19 | build/ | ||||
20 | lib/ | ||||
21 | |||||
22 | # Log file | ||||
23 | |||||
24 | # Package Files # | ||||
25 | *.zip | ||||
26 | *.tar.gz | ||||
27 | |||||
28 | # Other | ||||
29 | local/ | ||||
30 | tmp/ | ||||
31 | _site/ | ||||
32 | _* | ||||
33 | _*/ | ||||
34 | |||||
35 | # exceptions | ||||
36 | !__init__.py |