diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 96947860ee..e2f485ab92 100644 --- a/.gitignore +++ b/.gitignore @@ -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
\ No newline at end of file +.devcontainer |