From 0207a9c9549caad40e89ffc22e791313e1310328 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 8 Nov 2019 13:15:10 -0800 Subject: [PATCH] Ignore the __pypackages__ folder for pyflow users. (#3205) See https://github.com/David-OConnor/pyflow for details. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 21bdc4d5..52d14980 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,6 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# pyflow +__pypackages__/ + # Celery stuff celerybeat-schedule celerybeat.pid