blob: c5ebba24d51e4d4621ecfad788d799c80d5ef790 [file] [log] [blame]
Michael Hwangb86b4272017-08-24 12:18:43 -04001cdap_config
2cdap_format
3cdap_spec
4
5# Byte-compiled / optimized / DLL files
6__pycache__/
7*.py[cod]
8*$py.class
9
10# C extensions
11*.so
12
13# Distribution / packaging
14.Python
15env/
16build/
17develop-eggs/
18dist/
19downloads/
20eggs/
21.eggs/
22lib/
23lib64/
24parts/
25sdist/
26var/
27*.egg-info/
28.installed.cfg
29*.egg
30
31# PyInstaller
32# Usually these files are written by a python script from a template
33# before PyInstaller builds the exe, so as to inject date/other infos into it.
34*.manifest
35*.spec
36
37# Installer logs
38pip-log.txt
39pip-delete-this-directory.txt
40
41# Unit test / coverage reports
42htmlcov/
43.tox/
44.coverage
45.coverage.*
46.cache
47nosetests.xml
48coverage.xml
49*,cover
50.hypothesis/
Michael Hwangb11dae52018-03-02 20:46:21 -050051xunit-results.xml
Michael Hwangb86b4272017-08-24 12:18:43 -040052
53# Translations
54*.mo
55*.pot
56
57# Django stuff:
58*.log
59local_settings.py
60
61# Flask stuff:
62instance/
63.webassets-cache
64
65# Scrapy stuff:
66.scrapy
67
68# Sphinx documentation
69docs/_build/
70docs/source/apidoc/
71
72# PyBuilder
73target/
74
75# IPython Notebook
76.ipynb_checkpoints
77
78# pyenv
79.python-version
80
81# celery beat schedule file
82celerybeat-schedule
83
84# dotenv
85.env
86
87# virtualenv
88venv/
89ENV/
90
91# Spyder project settings
92.spyderproject
93
94# Rope project settings
95.ropeproject