diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-10 14:34:25 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-10 14:34:25 +0200 |
| commit | 9574b172bb1ccfc61df3428a06f3fd251051e8b3 (patch) | |
| tree | 1b939ccce9da25db4cb533d2590453d5119e7fbe | |
| parent | f6b2a3827c910ebdca6a64f8f0a897d4e634c7a5 (diff) | |
Add ruff cache to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ __pycache__/ .pytest_cache/ +.ruff_cache/ dist/ poetry.lock |
