Kumi
f110c7b79e
Added the .ruff_cache/ entry to the .gitignore file to prevent Ruff's cache files from being tracked by Git. This change keeps the repository clean from unnecessary file tracking, which is particularly helpful for Python projects using Ruff for linting.
7 lines
61 B
Text
7 lines
61 B
Text
.venv
|
|
config.yaml
|
|
__pycache__
|
|
*.pyc
|
|
venv/
|
|
dist/
|
|
.ruff_cache/
|