Ignore pycache
This commit is contained in:
parent
482d0e5fa6
commit
27ec0a8a22
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
|
__pycache__
|
||||||
repos
|
repos
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
pythonVersion = "3.12"
|
pythonVersion = "3.12"
|
||||||
exclude = ["repos"]
|
exclude = ["repos", ".venv"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue