you-get/.gitignore

93 lines
917 B
Plaintext
Raw Normal View History

2015-10-23 01:39:23 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
2013-02-12 22:04:39 +01:00
*.py[cod]
2015-10-23 01:39:23 +02:00
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
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
2012-08-31 17:20:38 +02:00
2015-10-23 01:39:23 +02:00
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Misc
_*
2014-07-21 04:19:08 +02:00
*_
2012-08-31 17:20:38 +02:00
*.3gp
2012-12-10 00:09:13 +01:00
*.asf
2015-10-23 01:39:23 +02:00
*.download
2014-09-08 23:38:40 +02:00
*.f4v
2015-10-23 01:39:23 +02:00
*.flv
*.gif
2015-10-23 01:53:42 +02:00
*.html
2015-10-23 01:39:23 +02:00
*.jpg
*.lrc
2012-09-18 22:23:10 +02:00
*.mkv
2012-12-10 00:09:13 +01:00
*.mp3
2012-08-20 23:54:03 +08:00
*.mp4
2012-09-18 22:23:10 +02:00
*.mpg
2015-10-23 01:39:23 +02:00
*.png
*.srt
2012-09-16 20:55:31 +02:00
*.ts
2012-08-20 23:54:03 +08:00
*.webm
2015-10-23 01:39:23 +02:00
*.xml
2016-03-11 17:57:47 +08:00
/.env
/.idea
2017-03-01 02:13:58 +08:00
*.m4a
*.DS_Store
2019-10-17 02:36:21 +08:00
*.txt
2021-01-16 11:02:41 -05:00
*.sw[a-p]
2019-10-17 02:36:21 +08:00
*.zip
.vscode