Ignore repos

This commit is contained in:
Jared Miller 2026-02-07 09:44:19 -05:00
parent 541415e011
commit c9ffee997e
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
repos

View file

@ -24,12 +24,14 @@ packages = ["src/mudlib"]
[tool.ruff] [tool.ruff]
src = ["src"] src = ["src"]
line-length = 88 line-length = 88
exclude = ["repos"]
[tool.ruff.lint] [tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "SIM"] select = ["E", "F", "I", "UP", "B", "SIM"]
[tool.pyright] [tool.pyright]
pythonVersion = "3.12" pythonVersion = "3.12"
exclude = ["repos"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]