Ignore __pycache__ directory (#16836)
This commit is contained in:
parent
0fb671a19e
commit
a02fc8ae58
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
/var/spack/environments
|
/var/spack/environments
|
||||||
/var/spack/repos/*/index.yaml
|
/var/spack/repos/*/index.yaml
|
||||||
/var/spack/repos/*/lock
|
/var/spack/repos/*/lock
|
||||||
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
/opt
|
/opt
|
||||||
*~
|
*~
|
||||||
|
@ -36,4 +37,4 @@ lib/spack/spack/test/.cache
|
||||||
|
|
||||||
# VSCode files
|
# VSCode files
|
||||||
.vscode
|
.vscode
|
||||||
.devcontainer
|
.devcontainer
|
||||||
|
|
Loading…
Reference in a new issue