diff --git a/.gitignore b/.gitignore index c3a7cf863..890c704fe 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,12 @@ dmypy.json # Docs generation artifacts _readme_*.md .idea + +# macOS +.DS_Store + +# http cache (requests-cache) +**/http_cache.sqlite + +# ruff +.ruff_cache \ No newline at end of file