Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active December 15, 2025 14:23
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.

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