diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c05e777 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +repos diff --git a/pyproject.toml b/pyproject.toml index b41fd09..0695296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,12 +24,14 @@ packages = ["src/mudlib"] [tool.ruff] src = ["src"] line-length = 88 +exclude = ["repos"] [tool.ruff.lint] select = ["E", "F", "I", "UP", "B", "SIM"] [tool.pyright] pythonVersion = "3.12" +exclude = ["repos"] [tool.pytest.ini_options] testpaths = ["tests"]