2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-17 15:42:42 +00:00
bench/.gitignore

143 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2018-03-15 05:41:17 +00:00
# MAC OS
2014-07-15 05:48:26 +00:00
.DS_Store
2018-03-15 05:41:17 +00:00
# VS Code
.vscode/
2018-03-15 05:41:17 +00:00
# Vim Gitignore
## Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
## Session
Session.vim
## Temporary
.netrwhist
*~
## Auto-generated tag files
tags
# Python Gitignore
## Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
## C extensions
*.so
## Distribution / packaging
.Python
2014-07-15 05:48:26 +00:00
build/
2018-03-15 05:41:17 +00:00
develop-eggs/
2014-07-15 05:48:26 +00:00
dist/
2018-03-15 05:41:17 +00:00
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
2014-07-15 05:48:26 +00:00
*.egg-info/
2018-03-15 05:41:17 +00:00
.installed.cfg
*.egg
MANIFEST
## 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
.hypothesis/
.pytest_cache/
## Translations
*.mo
*.pot
## Django stuff:
*.log
.static_storage/
.media/
local_settings.py
## Flask stuff:
instance/
.webassets-cache
## Scrapy stuff:
.scrapy
## Sphinx documentation
docs/_build/
## PyBuilder
target/
## Jupyter Notebook
.ipynb_checkpoints
## pyenv
.python-version
## celery beat schedule file
celerybeat-schedule
## SageMath parsed files
*.sage.py
## Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
## Spyder project settings
.spyderproject
.spyproject
## Rope project settings
.ropeproject
## mkdocs documentation
/site
## mypy
.mypy_cache/
# Packer Gitignore
## Cache objects
packer_cache/
2018-03-18 14:49:02 +00:00
*.checksum
2018-03-15 05:41:17 +00:00
## For built virtualmachines
*.ova
*.iso
## For built boxes
*.box