pypackage-template icon indicating copy to clipboard operation
pypackage-template copied to clipboard

fix: ignore the entire `.idea` folder

Open 34j opened this issue 6 months ago • 0 comments

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 main branch
  • [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 -a for further information.
  • If CI / test is failing, try uv run pytest for further information.

34j avatar Apr 15 '25 11:04 34j