Ignore pycache

This commit is contained in:
Jared Miller 2026-02-07 09:53:18 -05:00
parent 482d0e5fa6
commit 27ec0a8a22
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
__pycache__
repos

View file

@ -31,7 +31,7 @@ select = ["E", "F", "I", "UP", "B", "SIM"]
[tool.pyright]
pythonVersion = "3.12"
exclude = ["repos"]
exclude = ["repos", ".venv"]
[tool.pytest.ini_options]
testpaths = ["tests"]