diff options
author | Arcadiy Ivanov <arcadiy@ivanov.biz> | 2020-03-12 14:49:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 15:49:35 -0300 |
commit | ae5431d6f09a0cc52fd2c03c20125c6d2a7f6255 (patch) | |
tree | 1d57080ee597a79def8dda77d142ac211892e27d | |
parent | ef59ea57e8ea4f18f1ec7068b2ccb22a5b79b40a (diff) | |
download | gitignore-ae5431d6f09a0cc52fd2c03c20125c6d2a7f6255.tar.gz gitignore-ae5431d6f09a0cc52fd2c03c20125c6d2a7f6255.zip |
Changes to PyBuilder 0.12+ (#3338)
PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index ba44af1c..b26ab7e4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,6 +73,7 @@ instance/ docs/_build/ # PyBuilder +.pybuilder/ target/ # Jupyter Notebook |