Browse Source

Add .gitignore

opensearch
nir0s 6 years ago
parent
commit
a40a5193ac
1 changed files with 61 additions and 1 deletions
  1. +61
    -1
      .gitignore

+ 61
- 1
.gitignore View File

@ -1,2 +1,62 @@
*.pyc
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
/env/
/bin/
/build/
/build_docs/
/develop-eggs/
/dist/
/eggs/
/lib/
/lib64/
/parts/
/sdist/
/var/
/*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
/htmlcov/
/.tox/
.coverage
.cache
nosetests.xml
coverage.xml
.pytest_cache/
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
/docs/_build/
*.iml
*COMMIT_MSG
# QuickBuild
.qbcache/

Loading…
Cancel
Save