1*.py[cod]
2
3# C extensions
4*.so
5
6# Packages
7*.egg
8*.egg-info
9dist
10build
11eggs
12parts
13bin
14var
15sdist
16develop-eggs
17.installed.cfg
18lib
19lib64
20
21# Installer logs
22pip-log.txt
23
24# Unit test / coverage reports
25.coverage
26.tox
27nosetests.xml
28
29# Translations
30*.mo
31
32# Mr Developer
33.mr.developer.cfg
34.project
35.pydevproject
36
37# Temp files
38.\#*
39\#*\#
40*~
41*.swp
42*.swo
43*.orig
44
45# tags
46TAGS
47tags
48
49# notes
50*.org
51
52# Ignore log files and directories from tests:
53*keys/*
54*generated-keys*
55*.pubring
56*.secring
57*random_seed*
58*.log
59tests/doctests/*
60pretty_bad_protocol/test/doctests/*
61pretty_bad_protocol/test/logs/*
62pretty_bad_protocol/test/tmp/*
63pretty_bad_protocol/test/files/*
64
65# Ignore distutils record of installed files:
66installed-files.txt
67
68# Ignore PyCharm files:
69.idea/*
70
71# and git-tickets and tickets:
72.tickets/*
73tickets/*
74TICKET-*
75
76# Ignore virtualenv folders, if they are here:
77include/*
78local/*
79
80# Ignore gpg binary symlinks:
81gpg
82
83# Ignore quilt patch directory:
84.pc/*
85
86# setuptools/distribute files:
87PKG-INFO
88MANIFEST
89
90# sphinx default build
91docs/_build
92
93# ignore keys which have been generated example scripts:
948192-bit-key/*
95