Skip to content

Commit ff24ee6

Browse files
authored
Update .gitignore (#1604)
* add ignore for directories used by this project * update name of asdf version file (had a typo)
1 parent 560d076 commit ff24ee6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ sdist/
1717
.tox/
1818
var/
1919
node_modules/
20+
__pycache__/
21+
.pytest_cache/
2022

2123
# Versioning
2224
.python-version
23-
.tool-version
25+
.tool-versions
2426

2527
# Installer logs
2628
.DS_Store

0 commit comments

Comments
 (0)