blob: 71462bb53aa0a8e0060e86081f161ad659631182 [file] [log] [blame]
Dennis Dmitriev6f59add2016-10-18 13:45:27 +03001*.py[cod]
2
3# C extensions
4*.so
5
6# Packages
7*.egg
8*.egg-info
9dist
10build
11include
12eggs
13parts
14bin
15var
16sdist
17develop-eggs
18.installed.cfg
19lib
20local
21lib64
22MANIFEST
23TAGS
24
25# Installer logs
26pip-log.txt
27
28# Unit test / coverage reports
29.coverage
30.tox
31nosetests.xml
32
33# Translations
34*.mo
35
36# Mr Developer
37.mr.developer.cfg
38.cache
39.project
40.pydevproject
41.idea
42
43# Local example
44example_local.py
45
46# Local settings
47local_settings.py
Dennis Dmitriev27a96792018-07-30 07:52:03 +030048id_rsa
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030049
50# Documentation
51doc/_build/
52
53# Logs
54/logs
55tests.log
56
57# Certs
58/ca.crt
59/ca.pem
60
61# Cache
62/.cache
63
64# Snapshot configs
65config_test_*.ini