forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from OpenFAST/dev
Dev
- Loading branch information
Showing
458 changed files
with
176,137 additions
and
427,957 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
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.