From ff24ee604d3385bdcc821c9c4fe2c1dbc33e149d Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 8 Oct 2022 12:40:27 -0700 Subject: [PATCH] Update `.gitignore` (#1604) * add ignore for directories used by this project * update name of asdf version file (had a typo) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 186ef3ac..65018206 100644 --- a/.gitignore +++ b/.gitignore @@ -17,10 +17,12 @@ sdist/ .tox/ var/ node_modules/ +__pycache__/ +.pytest_cache/ # Versioning .python-version -.tool-version +.tool-versions # Installer logs .DS_Store