Ignore ruff cache directory

This commit is contained in:
Jahongir Qurbonov 2024-10-04 10:37:29 +05:00
parent b25ec41a1f
commit 5e8e718777

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ __pycache__/
*.egg-info/ *.egg-info/
.pytest_cache/ .pytest_cache/
.mypy_cache/ .mypy_cache/
.ruff_cache/
dist/ dist/
dist-doc/ dist-doc/
build/ build/