How big is the airbyte-integrations dir supposed t...
# ask-ai
c
How big is the airbyte-integrations dir supposed to be? Mine is 5.6G 🤣 My guess is that most of the weight here is the multiple pyenvs.
s
sounds like venvs
if you’re not doing any connector dev, nuke it via
./gradlew cleanPythonVenvs
c
thanks!
mostly was just surprised it was so huge.