Skip to content

Remove .idea file from the repository #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

t-redactyl
Copy link
Contributor

@t-redactyl t-redactyl commented May 20, 2025

This PR is to fix a bug when using PyCharm.

The issue:

  • When I created a new PyCharm project by from version control by cloning this repo, the .idea folder caused a bug where PyCharm had no Python interpreter (and the menu options to create one were not present). This was fixed only by closing and opening the project, after which PyCharm correctly creates an interpreter for this project.
  • After chatting with the PyCharm devs, they realised the .idea folder was likely causing this issue.
  • After removing the .idea folder and committing the change, this indeed fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants