you-get/.gitignore

94 lines
931 B
Plaintext
Raw Permalink Normal View History

2015-10-23 02:39:23 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
2013-02-13 01:04:39 +04:00
*.py[cod]
2015-10-23 02:39:23 +03: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 19:20:38 +04:00
2015-10-23 02:39:23 +03: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 06:19:08 +04:00
*_
2012-08-31 19:20:38 +04:00
*.3gp
2012-12-10 03:09:13 +04:00
*.asf
2015-10-23 02:39:23 +03:00
*.download
2014-09-09 01:38:40 +04:00
*.f4v
2015-10-23 02:39:23 +03:00
*.flv
*.gif
2015-10-23 02:53:42 +03:00
*.html
2015-10-23 02:39:23 +03:00
*.jpg
*.lrc
2012-09-19 00:23:10 +04:00
*.mkv
2012-12-10 03:09:13 +04:00
*.mp3
2012-08-20 19:54:03 +04:00
*.mp4
2012-09-19 00:23:10 +04:00
*.mpg
2015-10-23 02:39:23 +03:00
*.png
*.srt
2012-09-16 22:55:31 +04:00
*.ts
2012-08-20 19:54:03 +04:00
*.webm
2015-10-23 02:39:23 +03:00
*.xml
2024-06-23 21:56:10 +03:00
*.json
2016-03-11 12:57:47 +03:00
/.env
/.idea
2017-02-28 21:13:58 +03:00
*.m4a
*.DS_Store
2019-10-16 21:36:21 +03:00
*.txt
2021-01-16 19:02:41 +03:00
*.sw[a-p]
2019-10-16 21:36:21 +03:00
*.zip
2024-06-23 21:56:10 +03:00
.emacs*
2019-10-16 21:36:21 +03:00
.vscode