mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 19:50:44 +01:00
Improve .gitignore
Add more Python specific git ignores as more Python libaries to run (e.g code coverage)
This commit is contained in:
committed by
Sebastian Thiel
parent
73db014fe1
commit
9174c01f29
53
.gitignore
vendored
53
.gitignore
vendored
@@ -1,13 +1,58 @@
|
||||
.DS_Store
|
||||
.timestamp
|
||||
.pyenv-*
|
||||
.virtualenv
|
||||
gen/doc
|
||||
*.go
|
||||
*.pyc
|
||||
*.go
|
||||
**/target/
|
||||
**/docs/
|
||||
**/build_html/
|
||||
.*.deps
|
||||
**/Cargo.lock
|
||||
|
||||
# Python: Makefile lead dirs
|
||||
.pyenv-*
|
||||
.virtualenv
|
||||
|
||||
# Sublime
|
||||
*.sublime-workspace
|
||||
|
||||
# Python: Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Python: Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# Python: Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Python: Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Python: pyenv
|
||||
.python-version
|
||||
|
||||
Reference in New Issue
Block a user