1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00

Ignore the __pypackages__ folder for pyflow users. (#3205)

See https://github.com/David-OConnor/pyflow for details.
This commit is contained in:
Omer Katz 2019-11-08 13:15:10 -08:00 committed by Brendan Forster
parent b58b5341d3
commit 0207a9c954

View File

@ -91,6 +91,9 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock
# pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid