tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.13k stars 6.16k forks source link

add ruff_cache to .gitignore #11734

Closed aryankeluskar closed 2 weeks ago

aryankeluskar commented 2 weeks ago

I propose to add .ruff_cache/ to the officially recommended .gitignore file of FastAPI. Ruff, being a widely used linting tool has been endorsed by the founder of FastAPI himself, so I believe implementing this small change would make it more intuitive for developers to use them together. By ignoring .ruff_cache/, we can prevent unnecessary cache files from cluttering the version control system.