Ignore __pycache__ directory (#16836)

This commit is contained in:
Adam J. Stewart
2020-06-03 22:09:06 -05:00
committed by GitHub
parent 0fb671a19e
commit a02fc8ae58

3
.gitignore vendored
View File

@@ -4,6 +4,7 @@
/var/spack/environments
/var/spack/repos/*/index.yaml
/var/spack/repos/*/lock
__pycache__/
*.pyc
/opt
*~
@@ -36,4 +37,4 @@ lib/spack/spack/test/.cache
# VSCode files
.vscode
.devcontainer
.devcontainer