Modify the classifier Enviroment in setup cfg
[parser.git] / .gitignore
1 *~
2 .*.sw?
3 /docs_build/
4 /docs_output/
5 /releng/
6
7 # Byte-compiled / optimized / DLL files
8 __pycache__/
9 *.py[cod]
10
11 # C extensions
12 *.so
13
14 # Distribution / packaging
15 .Python
16 env/
17 build/
18 develop-eggs/
19 dist/
20 downloads/
21 eggs/
22 .eggs/
23 lib/
24 lib64/
25 parts/
26 sdist/
27 var/
28 *.egg-info/
29 .installed.cfg
30 *.egg
31
32 # PyInstaller
33 #  Usually these files are written by a python script from a template
34 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
35 *.manifest
36 *.spec
37
38 # Installer logs
39 pip-log.txt
40 pip-delete-this-directory.txt
41
42 # Unit test / coverage reports
43 htmlcov/
44 .tox/
45 .coverage
46 .coverage.*
47 .cache
48 nosetests.xml
49 coverage.xml
50 *,cover
51 .testrepository/
52
53 # Translations
54 *.mo
55 *.pot
56
57 # Django stuff:
58 *.log
59
60 # Sphinx documentation
61 docs/_build/
62
63 # PyBuilder
64 target/
65
66 # misc files
67 AUTHORS
68 ChangeLog