Skip to content

Commit 2e841a0

Browse files
committed
chore: untrack .tool-versions and gitignore version-manager pins
.tool-versions pins a single Python patch, which is a local-dev concern inconsistent with a published library that supports a range (setup.cfg python_requires + CI matrix 3.9-3.13). Matches existing handling of .python-version and mise.toml.
1 parent f8acf60 commit 2e841a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ Untitled.ipynb
7272
*.iml
7373
# End of https://www.toptal.com/developers/gitignore/api/python
7474

75+
# asdf / mise version managers (local dev only; supported versions live in setup.cfg + CI)
76+
.tool-versions
7577
mise.toml
7678
.claude

.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)