Added .gitignore for __pycache__ and pyc files to the python tool gemplate.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago
parent d3ff91f153
commit 7ac69c51db

@ -0,0 +1,2 @@
__pycache__/
*.pyc

@ -12,6 +12,12 @@
],
"icon_path": "preview.png",
"copyFiles": [
{
"file": ".gitignore",
"origin": ".gitignore",
"isTemplated": false,
"isOptional": false
},
{
"file": "CMakeLists.txt",
"origin": "CMakeLists.txt",

Loading…
Cancel
Save