Currently the Gallery .gitignore only contains: `env/ _build .DS_Store tests/__pycache__/* docs/resources/my_first.sofa docs/header.rst .vscode/` It could make sense to also add: `.venv`, `.env`, `venv/` and so on ...
Currently the Gallery .gitignore only contains:
`env/
_build
.DS_Store
tests/pycache/*
docs/resources/my_first.sofa
docs/header.rst
.vscode/`
It could make sense to also add:
.venv,.env,venv/and so on ...