blob: 52f957808bdaf5a57426eeed10ad7971d10db602 [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
Dmitriy Kruglova1aecc22019-08-25 19:26:44 +020022venv
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030023MANIFEST
24TAGS
25
26# Installer logs
27pip-log.txt
28
29# Unit test / coverage reports
30.coverage
31.tox
32nosetests.xml
33
34# Translations
35*.mo
36
37# Mr Developer
38.mr.developer.cfg
39.cache
40.project
41.pydevproject
42.idea
Dmitriy Kruglova1aecc22019-08-25 19:26:44 +020043.code-workspace
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030044
45# Local example
46example_local.py
47
48# Local settings
49local_settings.py
Dennis Dmitriev27a96792018-07-30 07:52:03 +030050id_rsa
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030051
52# Documentation
53doc/_build/
54
55# Logs
56/logs
57tests.log
58
59# Certs
60/ca.crt
61/ca.pem
62
63# Cache
64/.cache
65
66# Snapshot configs
67config_test_*.ini