ExtensionCrawler/.gitignore

74 lines
841 B
Plaintext
Raw Permalink Normal View History

2016-09-08 18:43:35 +00:00
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$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
# 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/
2017-06-20 07:09:40 +00:00
# vi
*.swp
2017-08-29 23:52:47 +00:00
# vscode
.vscode
archive
2017-09-01 13:12:05 +00:00
.ropeproject
2017-09-26 07:56:00 +00:00
ExtensionCrawler.img
ExtensionCrawler-cdnjs.img
2019-05-15 21:00:40 +00:00
.idea
venv