* 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
23 lines
286 B
Plaintext
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
|