blob: 6f5a2ab24cef26214f255620ed6074a5a19eef67 [file] [log] [blame]
Zsolt Haraszti6e065042016-02-19 14:06:06 -08001# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4
5# C extensions
6*.so
7
8# Distribution / packaging
9.Python
10env/
11build/
12develop-eggs/
13dist/
14downloads/
15eggs/
16.eggs/
17lib/
18lib64/
19parts/
20sdist/
21var/
22*.egg-info/
23.installed.cfg
24*.egg
25
26# PyInstaller
27# Usually these files are written by a python script from a template
28# before PyInstaller builds the exe, so as to inject date/other infos into it.
29*.manifest
30*.spec
31
32# Installer logs
33pip-log.txt
34pip-delete-this-directory.txt
35
36# Unit test / coverage reports
37htmlcov/
38.tox/
39.coverage
40.coverage.*
41.cache
42nosetests.xml
43coverage.xml
44*,cover
45
46# Translations
47*.mo
48*.pot
49
50# Django stuff:
51*.log
52
53# Sphinx documentation
54docs/_build/
55
56# PyBuilder
57target/
Chetan Gaonkercd86bdd2016-03-17 00:08:12 -070058sub*.db
59*~
60*.swp
61*.jpeg
62*.gv
63*ascpc*@*#
Zsolt Haraszti56700cd2016-06-01 16:02:05 -070064
65# Gradle
66.gradle