blob: d0ff06474b0ae0685097fa32528941da28343dfd [file] [log] [blame]
Dan Albert7c78d242015-01-09 14:12:52 -08001config.py
Dan Alberteb85ff02015-01-09 16:24:17 -08002*.json
3oauth.storage
Dan Albert7c78d242015-01-09 14:12:52 -08004
5# Byte-compiled / optimized / DLL files
6__pycache__/
7*.py[cod]
8
9# C extensions
10*.so
11
12# Distribution / packaging
13.Python
14env/
15build/
16develop-eggs/
17dist/
18downloads/
19eggs/
20lib/
21lib64/
22parts/
23sdist/
24var/
25*.egg-info/
26.installed.cfg
27*.egg
28
29# PyInstaller
30# Usually these files are written by a python script from a template
31# before PyInstaller builds the exe, so as to inject date/other infos into it.
32*.manifest
33*.spec
34
35# Installer logs
36pip-log.txt
37pip-delete-this-directory.txt
38
39# Unit test / coverage reports
40htmlcov/
41.tox/
42.coverage
43.cache
44nosetests.xml
45coverage.xml
46
47# Translations
48*.mo
49*.pot
50
51# Django stuff:
52*.log
53
54# Sphinx documentation
55docs/_build/
56
57# PyBuilder
58target/