Skip to content

Commit 0207a9c

Browse files
Omer Katzshiftkey
authored andcommitted
Ignore the __pypackages__ folder for pyflow users. (#3205)
See https://github.com/David-OConnor/pyflow for details.
1 parent b58b534 commit 0207a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ ipython_config.py
9191
# install all needed dependencies.
9292
#Pipfile.lock
9393

94+
# pyflow
95+
__pypackages__/
96+
9497
# Celery stuff
9598
celerybeat-schedule
9699
celerybeat.pid

0 commit comments

Comments
 (0)