]> jfr.im git - z_archive/twitter.git/blob - .gitignore
bandaid unicode/str.encode-related crash bug
[z_archive/twitter.git] / .gitignore
1 ## Python
2 twitter.egg-info
3 twitter3.egg-info
4 *.bak
5 *.orig
6 *.rej
7 *~
8 .idea
9
10 # Byte-compiled / optimized / DLL files
11 __pycache__/
12 *.py[cod]
13
14 # C extensions
15 *.so
16
17 # Distribution / packaging
18 .Python
19 env/
20 build/
21 develop-eggs/
22 dist/
23 downloads/
24 eggs/
25 lib/
26 lib64/
27 parts/
28 sdist/
29 var/
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
41 pip-log.txt
42 pip-delete-this-directory.txt
43
44 # Unit test / coverage reports
45 htmlcov/
46 .tox/
47 .coverage
48 .cache
49 nosetests.xml
50 coverage.xml
51
52 # Translations
53 *.mo
54 *.pot
55
56 # Django stuff:
57 *.log
58
59 # Sphinx documentation
60 docs/_build/
61
62 # PyBuilder
63 target/