pypackage-template
pypackage-template copied to clipboard
fix: ignore the entire `.idea` folder
Description of change
Since contributors to the repository may not all be JetBrains users, the .idea folder will not reflect the latest changes and become outdated, which is not good for anyone.
Pull-Request Checklist
- [x] Code is up-to-date with the
mainbranch - [x] This pull request follows the contributing guidelines.
- N/A This pull request links relevant issues as
Fixes #0000 - N/A There are new or updated unit tests validating the change
- N/A Documentation has been updated to reflect this change
- [x] The new commits follow conventions outlined in the conventional commit spec, such as "fix(api): prevent racing of requests".
- If pre-commit.ci is failing, try
pre-commit run -afor further information.- If CI / test is failing, try
uv run pytestfor further information.