diff --git a/.gitignore b/.gitignore index 93afc5886..5124ec45f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,81 @@ -.idea/ +# OS .DS_Store -.history/ -.nyc_output/ + +# IDE +.idea +.settings +.cache/ +.tmp .vscode/ -*.lock -*.sum -*.log -vendor/ -*.iml + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.coverage +.hypothesis/ +.pytest_cache/ +pytestdebug.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder target/ -.settings/ -.classpath -.project -.history/ -coverage.html -coverage.out -node_modules/ -libraries/ -**/.libraries.json -*.sh -**/bin/ -**/obj/ -**/csharp/**/.vs/ -**/dist/ -*.tgz -test* -.php_cs.cache + +# pyenv +.python-version + +# Environments .env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Pyre type checker +.pyre/ -**/python/**/__pycache__ -*.nupkg -package-lock.json +# pytype static type analyzer +.pytype/