.gitignore

10 lines | 115 B Blame History Raw Download
# direnv files see https://github.com/direnv/direnv
.envrc
.direnv/

# pytest
.pytest_cache/

#python
__pycache__/