acoustic-carpenter-78188
07/27/2023, 10:11 PMvenv
and .venv
, however it only respects the .gitignore if the cwd is a git project which by default it isn't.
Expected behavior
I would expect that if I use a venv to manage my local, non-git managed flyte project I'm not accidentally bundling my venv (which could be multiple GB in size) into my flyte tar.gz object.
Additional context to reproduce
pyflyte init foo
cd foo
python -m venv venv
source venv/bin/activate
pip install .....
pyflyte register workflows
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyte