blob: 89faacf336359ac2b8168a91fd8b0668e552288b [file] [log] [blame]
Rich Bennetta52a5722017-07-26 17:31:54 -04001# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
6# C extensions
7*.so
8
9# Distribution / packaging
10.Python
11build/
12develop-eggs/
13dist/
14downloads/
15eggs/
16.eggs/
17lib/
18lib64/
19parts/
20sdist/
21var/
22wheels/
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
Rich Bennetta4cf27d2017-11-12 23:11:28 -050033# aspell
34*.new
35*.bak
36
Rich Bennetta52a5722017-07-26 17:31:54 -040037# Installer logs
38pip-log.txt
39pip-delete-this-directory.txt
40
41# Unit test / coverage reports
42htmlcov/
43.tox/
44.coverage
45.coverage.*
46.cache
47nosetests.xml
48coverage.xml
49*.cover
50.hypothesis/
51
52# Django:
53*.log
54local_settings.py
55
56# Flask:
57instance/
58.webassets-cache
59
60# Scrapy:
61.scrapy
62
63# Sphinx documentation
64docs/_build/
65
66# PyBuilder
67target/
68
69# pyenv
70.python-version
Denes Nemetheea9a622018-03-09 13:08:41 +010071
72#MacOs
73.DS_Store