Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active January 6, 2026 16:11
Show Gist options
  • Select an option

  • Save barseghyanartur/2e36de0a8b64198ed98e748a0a7b7f15 to your computer and use it in GitHub Desktop.

Select an option

Save barseghyanartur/2e36de0a8b64198ed98e748a0a7b7f15 to your computer and use it in GitHub Desktop.
[Blog] Hide ``*.py,cover`` files from IDE

Hide *.py,cover files from IDE

VSCode

Settings -> Text Editor -> Files -> Add Pattern: Add **/*.py,cover

PyCharm

Editor -> File Types -> Ignored Files and Folders : Add *.py,cover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment