diff options
Diffstat (limited to 'third_party/python/pip-tools/.gitignore')
-rw-r--r-- | third_party/python/pip-tools/.gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/third_party/python/pip-tools/.gitignore b/third_party/python/pip-tools/.gitignore new file mode 100644 index 0000000000..bc17d7d80b --- /dev/null +++ b/third_party/python/pip-tools/.gitignore @@ -0,0 +1,31 @@ +# Ignore cram test output +*.t.err + +# Python cruft +*.pyc + +# Virtualenvs +.envrc +.direnv +.venv +venv/ + +# Testing +.pytest_cache/ +.tox +htmlcov + +# Build output +build +dist +*.egg-info +.coverage +.cache + +# IDE +.idea + +# Test files +requirements.in +requirements.txt +.eggs/ |