]> jfr.im git - z_archive/twitter.git/blame - .gitignore
bandaid unicode/str.encode-related crash bug
[z_archive/twitter.git] / .gitignore
CommitLineData
079e38ad 1## Python
a5935173 2twitter.egg-info
8031bb02 3twitter3.egg-info
8031bb02
MV
4*.bak
5*.orig
6*.rej
b313a2b4 7*~
128ec04d 8.idea
1853cc1b
H
9
10# Byte-compiled / optimized / DLL files
11__pycache__/
12*.py[cod]
13
14# C extensions
15*.so
16
17# Distribution / packaging
18.Python
19env/
20build/
21develop-eggs/
22dist/
23downloads/
24eggs/
25lib/
26lib64/
27parts/
28sdist/
29var/
30*.egg-info/
31.installed.cfg
32*.egg
33
34# PyInstaller
35# Usually these files are written by a python script from a template
36# before PyInstaller builds the exe, so as to inject date/other infos into it.
37*.manifest
38*.spec
39
40# Installer logs
41pip-log.txt
42pip-delete-this-directory.txt
43
44# Unit test / coverage reports
45htmlcov/
46.tox/
47.coverage
48.cache
49nosetests.xml
50coverage.xml
51
52# Translations
53*.mo
54*.pot
55
56# Django stuff:
57*.log
58
59# Sphinx documentation
60docs/_build/
61
62# PyBuilder
63target/