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

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2021-11-01 11:49:19 -05:00
parent d3ff91f153
commit 7ac69c51db
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,2 @@
__pycache__/
*.pyc
+6
View File
@@ -12,6 +12,12 @@
],
"icon_path": "preview.png",
"copyFiles": [
{
"file": ".gitignore",
"origin": ".gitignore",
"isTemplated": false,
"isOptional": false
},
{
"file": "CMakeLists.txt",
"origin": "CMakeLists.txt",