Skip to content
Snippets Groups Projects
Unverified Commit a02fc8ae authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Ignore __pycache__ directory (#16836)

parent 0fb671a1
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -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
*~ *~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment