Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Last active March 29, 2022 17:28
Show Gist options
  • Save shollingsworth/f767b2aef8a45710bdc388511d5aca81 to your computer and use it in GitHub Desktop.
Save shollingsworth/f767b2aef8a45710bdc388511d5aca81 to your computer and use it in GitHub Desktop.
{
"venv" : "/path/to/venv",
"exclude": [
"**/node_modules",
"**/__pycache__",
"**/*.zip"
],
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment