diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48ffd45 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,61 @@ | |||
1 | # Created by .gitignore support plugin (hsz.mobi) | ||
2 | |||
3 | ### Python template | ||
4 | # Byte-compiled / optimized / DLL files | ||
5 | __pycache__/ | ||
6 | *.py[cod] | ||
7 | |||
8 | # C extensions | ||
9 | *.so | ||
10 | |||
11 | # Distribution / packaging | ||
12 | .Python | ||
13 | env/ | ||
14 | build/ | ||
15 | develop-eggs/ | ||
16 | dist/ | ||
17 | eggs/ | ||
18 | lib/ | ||
19 | lib64/ | ||
20 | parts/ | ||
21 | sdist/ | ||
22 | var/ | ||
23 | *.egg-info/ | ||
24 | .installed.cfg | ||
25 | *.egg | ||
26 | |||
27 | # PyInstaller | ||
28 | # Usually these files are written by a python script from a template | ||
29 | # before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
30 | *.manifest | ||
31 | *.spec | ||
32 | |||
33 | # Installer logs | ||
34 | pip-log.txt | ||
35 | pip-delete-this-directory.txt | ||
36 | |||
37 | # Unit test / coverage reports | ||
38 | htmlcov/ | ||
39 | .tox/ | ||
40 | .coverage | ||
41 | .cache | ||
42 | nosetests.xml | ||
43 | coverage.xml | ||
44 | |||
45 | # Translations | ||
46 | *.mo | ||
47 | *.pot | ||
48 | |||
49 | # Django stuff: | ||
50 | *.log | ||
51 | |||
52 | # Sphinx documentation | ||
53 | docs/_build/ | ||
54 | |||
55 | # PyBuilder | ||
56 | target/ | ||
57 | |||
58 | .idea | ||
59 | eig-2010-python-project.iml | ||
60 | |||
61 | output | ||