diff --git a/.gitignore b/.gitignore index 12c84c56..ba746605 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,57 @@ +# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ build/ -dist/ \ No newline at end of file +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO deleted file mode 100644 index 74452230..00000000 --- a/gallery_dl.egg-info/PKG-INFO +++ /dev/null @@ -1,23 +0,0 @@ -Metadata-Version: 1.1 -Name: gallery-dl -Version: 0.2 -Summary: gallery- and image downloader -Home-page: https://github.com/mikf/gallery-dl -Author: Mike Fährmann -Author-email: mike_faehrmann@web.de -License: GPLv2 -Description: download image galleries from several image hosting platforms -Platform: UNKNOWN -Classifier: Development Status :: 3 - Alpha -Classifier: Environment :: Console -Classifier: Intended Audience :: End Users/Desktop -Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2) -Classifier: Operating System :: POSIX -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 -Classifier: Programming Language :: Python :: 3.3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search -Classifier: Topic :: Multimedia -Classifier: Topic :: Multimedia :: Graphics diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt deleted file mode 100644 index 05ff4da8..00000000 --- a/gallery_dl.egg-info/SOURCES.txt +++ /dev/null @@ -1,35 +0,0 @@ -setup.py -bin/gallery-dl -gallery_dl/__init__.py -gallery_dl/download.py -gallery_dl.egg-info/PKG-INFO -gallery_dl.egg-info/SOURCES.txt -gallery_dl.egg-info/dependency_links.txt -gallery_dl.egg-info/entry_points.txt -gallery_dl.egg-info/requires.txt -gallery_dl.egg-info/top_level.txt -gallery_dl/downloader/__init__.py -gallery_dl/downloader/common.py -gallery_dl/downloader/http.py -gallery_dl/downloader/https.py -gallery_dl/downloader/text.py -gallery_dl/extractor/3dbooru.py -gallery_dl/extractor/4chan.py -gallery_dl/extractor/8chan.py -gallery_dl/extractor/__init__.py -gallery_dl/extractor/batoto.py -gallery_dl/extractor/booru.py -gallery_dl/extractor/common.py -gallery_dl/extractor/danbooru.py -gallery_dl/extractor/e621.py -gallery_dl/extractor/exhentai.py -gallery_dl/extractor/gelbooru.py -gallery_dl/extractor/imagebam.py -gallery_dl/extractor/imgbox.py -gallery_dl/extractor/imgchili.py -gallery_dl/extractor/mangareader.py -gallery_dl/extractor/nijie.py -gallery_dl/extractor/pixiv.py -gallery_dl/extractor/redhawkscans.py -gallery_dl/extractor/sankaku.py -gallery_dl/extractor/yandere.py \ No newline at end of file diff --git a/gallery_dl.egg-info/dependency_links.txt b/gallery_dl.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891..00000000 --- a/gallery_dl.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/gallery_dl.egg-info/entry_points.txt b/gallery_dl.egg-info/entry_points.txt deleted file mode 100644 index 53cf5106..00000000 --- a/gallery_dl.egg-info/entry_points.txt +++ /dev/null @@ -1,3 +0,0 @@ -[console_scripts] -gallery-dl = gallery_dl:main - diff --git a/gallery_dl.egg-info/requires.txt b/gallery_dl.egg-info/requires.txt deleted file mode 100644 index d48cd089..00000000 --- a/gallery_dl.egg-info/requires.txt +++ /dev/null @@ -1 +0,0 @@ -requests >= 2.0 diff --git a/gallery_dl.egg-info/top_level.txt b/gallery_dl.egg-info/top_level.txt deleted file mode 100644 index 9e5039cb..00000000 --- a/gallery_dl.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -gallery_dl