-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into f/ifw_driver_XYslice
- Loading branch information
Showing
388 changed files
with
86,773 additions
and
94,824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# System, cache and editor files | ||
**/__pycache__ | ||
**/.DS_Store | ||
|
||
.editorconfig | ||
.idea | ||
.git | ||
.github | ||
.gitignore | ||
.pytest_cache | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
.coverage | ||
Procfile | ||
README.md | ||
|
||
# Never bake in environment variables | ||
.env | ||
.env* | ||
google_credentials.json | ||
# See: https://github.com/google-github-actions/auth/issues/123 | ||
gha-creds-*.json | ||
gcp-creds-*.json | ||
|
||
.devcontainer/.zsh_history | ||
share/docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.