git: ignores local_scripts directory as place to run stuff while developing
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2024-04-25 16:18:14 -05:00
parent 7aa5ad2eb9
commit 1e76f63725
Signed by: deepak
GPG Key ID: 976F3357369149AB
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -143,3 +143,5 @@ dmypy.json
cython_debug/
*.csv
local_scripts/

View File

@ -15,4 +15,5 @@ The DiPole DiaGnostic tool.
Commit using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), and when commits are on master, release with `doo release`.
### local scripts
`local_scripts` folder allows for scripts to be run using this code