summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore61
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
13env/
14build/
15develop-eggs/
16dist/
17eggs/
18lib/
19lib64/
20parts/
21sdist/
22var/
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
34pip-log.txt
35pip-delete-this-directory.txt
36
37# Unit test / coverage reports
38htmlcov/
39.tox/
40.coverage
41.cache
42nosetests.xml
43coverage.xml
44
45# Translations
46*.mo
47*.pot
48
49# Django stuff:
50*.log
51
52# Sphinx documentation
53docs/_build/
54
55# PyBuilder
56target/
57
58.idea
59eig-2010-python-project.iml
60
61output