This is a template repository for Python projects that use uv for their dependency management.
mkdir -p .vscode
echo '{"explorer.excludeGitIgnore": true}' > .vscode/settings.json
cd $HOME/projects/github/notebook-gena
make test-watch FILENAME=tests/test_foo.py
make test-watch FILENAME=tests/test_mongodb.py
make test-watch FILENAME=tests/test_postgresdb.py