blob: 775d920336fa63cd2a38b8aee8abcc994e9329b0 [file] [log] [blame]
Dennis Dmitriev6f59add2016-10-18 13:45:27 +03001*.py[cod]
Hanna Arhipovaeb3a2112019-09-13 18:45:21 +03002.git
Dennis Dmitriev6f59add2016-10-18 13:45:27 +03003# C extensions
4*.so
5
6# Packages
7*.egg
8*.egg-info
Hanna Arhipovaeb3a2112019-09-13 18:45:21 +03009__pycache__
10.pytest_cache/
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030011dist
12build
13include
14eggs
15parts
16bin
17var
18sdist
19develop-eggs
20.installed.cfg
21lib
22local
23lib64
Dmitriy Kruglova1aecc22019-08-25 19:26:44 +020024venv
Hanna Arhipovaeb3a2112019-09-13 18:45:21 +030025venv27
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030026MANIFEST
27TAGS
28
29# Installer logs
30pip-log.txt
31
32# Unit test / coverage reports
33.coverage
34.tox
35nosetests.xml
36
37# Translations
38*.mo
39
40# Mr Developer
41.mr.developer.cfg
42.cache
43.project
44.pydevproject
45.idea
Dmitriy Kruglova1aecc22019-08-25 19:26:44 +020046.code-workspace
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030047
48# Local example
49example_local.py
50
51# Local settings
52local_settings.py
Dennis Dmitriev27a96792018-07-30 07:52:03 +030053id_rsa
Dennis Dmitriev6f59add2016-10-18 13:45:27 +030054
55# Documentation
56doc/_build/
57
58# Logs
59/logs
60tests.log
61
62# Certs
63/ca.crt
64/ca.pem
65
66# Cache
67/.cache
68
69# Snapshot configs
70config_test_*.ini