aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'Python.gitignore')
-rw-r--r--Python.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index 0447b8bd..38ce4278 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -82,6 +82,13 @@ ipython_config.py
# pyenv
.python-version
+# pipenv
+# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
+# However, in case of collaboration, if having platform-specific dependencies or dependencies
+# having no cross-platform support, pipenv may install dependencies that don’t work, or not
+# install all needed dependencies.
+#Pipfile.lock
+
# celery beat schedule file
celerybeat-schedule