2016-06-19 22:18:28 +02:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/vim,python,grunt,bower,node,kate
|
2015-06-11 23:36:11 +02:00
|
|
|
|
|
|
|
### Vim ###
|
2016-06-19 22:18:28 +02:00
|
|
|
# swap
|
2015-06-11 23:36:11 +02:00
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
2016-06-19 22:18:28 +02:00
|
|
|
# session
|
2015-06-11 23:36:11 +02:00
|
|
|
Session.vim
|
2016-06-19 22:18:28 +02:00
|
|
|
# temporary
|
2015-06-11 23:36:11 +02:00
|
|
|
.netrwhist
|
|
|
|
*~
|
2016-06-19 22:18:28 +02:00
|
|
|
# auto-generated tag files
|
|
|
|
tags
|
2015-08-16 10:41:15 +02:00
|
|
|
.vimtags
|
2015-06-11 23:36:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
### Python ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2016-06-19 22:18:28 +02:00
|
|
|
*$py.class
|
2015-06-11 23:36:11 +02:00
|
|
|
|
|
|
|
# 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
|
2016-06-19 22:18:28 +02:00
|
|
|
.hypothesis/
|
2015-06-11 23:36:11 +02:00
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
2016-06-19 22:18:28 +02:00
|
|
|
local_settings.py
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
2015-06-11 23:36:11 +02:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
2016-06-19 22:18:28 +02:00
|
|
|
# IPython Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# celery beat schedule file
|
|
|
|
celerybeat-schedule
|
|
|
|
|
|
|
|
# dotenv
|
|
|
|
.env
|
|
|
|
|
|
|
|
# virtualenv
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
2015-06-13 17:31:37 +02:00
|
|
|
|
2015-06-13 17:35:48 +02:00
|
|
|
### grunt ###
|
|
|
|
# Grunt usually compiles files inside this directory
|
|
|
|
dist/
|
|
|
|
|
|
|
|
# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
|
|
|
|
.tmp/
|
|
|
|
|
|
|
|
|
|
|
|
### Bower ###
|
|
|
|
bower_components
|
|
|
|
.bower-cache
|
|
|
|
.bower-registry
|
|
|
|
.bower-tmp
|
|
|
|
|
|
|
|
|
2015-06-13 17:37:02 +02:00
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
2016-06-19 22:18:28 +02:00
|
|
|
npm-debug.log*
|
2015-06-13 17:37:02 +02:00
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
2016-06-19 22:18:28 +02:00
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
2015-06-13 17:37:02 +02:00
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
2016-06-19 22:18:28 +02:00
|
|
|
# Dependency directories
|
2015-06-13 17:37:02 +02:00
|
|
|
node_modules
|
2016-06-19 22:18:28 +02:00
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
|
|
|
|
### Kate ###
|
|
|
|
# Swap Files #
|
|
|
|
.*.kate-swp
|
|
|
|
.swp.*
|
2015-06-13 17:37:02 +02:00
|
|
|
|
|
|
|
|
2015-06-13 17:35:48 +02:00
|
|
|
### Local files ###
|
2015-12-09 22:56:11 +01:00
|
|
|
config.cfg
|