This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
opensearch-python-handler
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add .gitignore
opensearch
nir0s
7 years ago
parent
91f61ad8b1
commit
a40a5193ac
1 changed files
with
61 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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/
Write
Preview
Loading…
Cancel
Save