diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 118 |
1 files changed, 43 insertions, 75 deletions
@@ -1,93 +1,61 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class +*.sqlite3 -# C extensions -*.so +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg +# Runtime data +pids +*.pid +*.seed +*.pid.lock -# 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 +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov -# Installer logs -pip-log.txt -pip-delete-this-directory.txt +# Coverage directory used by tools like istanbul +coverage -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ +# nyc test coverage +.nyc_output -# Translations -*.mo -*.pot +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt -# Django stuff: -*.log -!/logs -!run*.log -local_settings.py +# Bower dependency directory (https://bower.io/) +bower_components -# Flask stuff: -instance/ -.webassets-cache +# node-waf configuration +.lock-wscript -# Scrapy stuff: -.scrapy +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release -# Sphinx documentation -docs/_build/ +# Dependency directories +node_modules/ +jspm_packages/ -# PyBuilder -target/ +# Typescript v1 declaration files +typings/ -# Jupyter Notebook -.ipynb_checkpoints +# Optional npm cache directory +.npm -# pyenv -.python-version +# Optional eslint cache +.eslintcache -# celery beat schedule file -celerybeat-schedule +# Optional REPL history +.node_repl_history -# dotenv -.env +# Output of 'npm pack' +*.tgz -# virtualenv -.venv/ -venv/ -ENV/ +# Yarn Integrity file +.yarn-integrity -# Spyder project settings -.spyderproject +# dotenv environment variables file +.env -# Rope project settings -.ropeproject |
