Files
deskflow/.gitignore
Nick Bolton c30fbf9002 Use .venv dir for as Python venv and cache (#7485)
* Use .venv as Python venv dir

* Update refs to Python venv dir and use action to cache and setup

* Add missing shell: bash

* Source for Python deps

* Exclude .venv from lint

* Update ChangeLog

* Add cache-key arg for init-python

* Add missing "

* Use workflow specific Python cache names

* Fixed cache key for Linux

* Use bash if to make output clearer in case of skipping.

* Clearer debug output

* Add check for cache key

* Add missing shell

* Add SonarCloud and Valgrind venv cache

* Fixed typo
2024-09-06 13:50:59 +01:00

23 lines
286 B
Plaintext

# temp dirs created during build
/build
/dist
/deps
/tmp
/vcpkg
/vcpkg_installed
/scripts/**/*.pyc
/.cache
/.venv
aqtinstall.log
Brewfile.lock.json
# typical developer-created files
synergy-config.toml
.vscode
.DS_Store
*.code-workspace
.env*
/scripts/*.egg-info
/*.user
*.ui.autosave