From 5959c623204b221cd4efe413db1d0ae2f42d9108 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 21 Dec 2020 23:50:04 -0500 Subject: Add direnv support to streamline virtualenv management. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a57e710..206e68b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# If you're using direnv, the .envrc file will generate .direnv automatically +# when loaded. +/.direnv/ + # Generated metadata created by `pip install`, `setup.py sdist`, and friends. # Will be reconstituted from setup.py as needed. *.egg-info -- cgit v1.2.3