From f371c176cf60b945509800670385e2f35243c369 Mon Sep 17 00:00:00 2001 From: Gustavo Sanchez Date: Wed, 24 Nov 2021 18:58:40 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e6425e1..08f79eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ build -layers +/*.charm .tox +.stestr + +layers interfaces .testrepository -.stestr *__pycache__* *.pyc -/*.charm +venv + +.vscode +tests/bundles/*@dev* \ No newline at end of file