blob: 7c0d83fdd1fd6a237571cd2470f43c6768a33b48 [file] [log] [blame]
Brad Bishop8ffe1e42016-02-11 16:15:40 -05001# Copyright (c) 2016 GitHub, Inc.
2#
3# Permission is hereby granted, free of charge, to any person obtaining a
4# copy of this software and associated documentation files (the "Software"),
5# to deal in the Software without restriction, including without limitation
6# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7# and/or sell copies of the Software, and to permit persons to whom the
8# Software is furnished to do so, subject to the following conditions:
9#
10# The above copyright notice and this permission notice shall be included in
11# all copies or substantial portions of the Software.
12#
13# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19# DEALINGS IN THE SOFTWARE.
20
21# source: https://github.com/github/gitignore/blob/master/Python.gitignore
22
23# Byte-compiled / optimized / DLL files
24__pycache__/
25*.py[cod]
26*$py.class
27
28# C extensions
29*.so
30
31# Distribution / packaging
32.Python
33env/
34build/
35develop-eggs/
36dist/
37downloads/
38eggs/
39.eggs/
40lib/
41lib64/
42parts/
43sdist/
44var/
45*.egg-info/
46.installed.cfg
47*.egg
48
49# PyInstaller
50# Usually these files are written by a python script from a template
51# before PyInstaller builds the exe, so as to inject date/other infos into it.
52*.manifest
53*.spec
54
55# Installer logs
56pip-log.txt
57pip-delete-this-directory.txt
58
59# Unit test / coverage reports
60htmlcov/
61.tox/
62.coverage
63.coverage.*
64.cache
65nosetests.xml
66coverage.xml
67*,cover
68.hypothesis/
69
70# Translations
71*.mo
72*.pot
73
74# Django stuff:
75*.log
76
77# Sphinx documentation
78docs/_build/
79
80# PyBuilder
81target/
82
83#Ipython Notebook
84.ipynb_checkpoints
85
86*.swo
87*.swp