1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4
5# C extensions
6*.so
7
8# Distribution / packaging
9.Python
10env/
11bin/
12build/
13develop-eggs/
14dist/
15eggs/
16lib/
17lib64/
18parts/
19sdist/
20var/
21*.egg-info/
22.installed.cfg
23*.egg*
24
25# Installer logs
26pip-log.txt
27pip-delete-this-directory.txt
28
29# Unit test / coverage reports
30htmlcov/
31.tox/
32.coverage
33.cache
34.pytest_cache
35nosetests.xml
36coverage.xml
37
38# Translations
39*.mo
40
41# Mr Developer
42.mr.developer.cfg
43.project
44.pydevproject
45
46# Rope
47.ropeproject
48
49# Django stuff:
50*.log
51*.pot
52
53# Sphinx documentation
54docs/_build/
55
56# Virtual Envs
57.env*
58
59_pytest_mock_version.py
60
61# IDE
62.idea
63