From ab40540f389369ec1865b5ad9760c0432bf93441 Mon Sep 17 00:00:00 2001 From: Raphael Dittberner Date: Thu, 15 May 2025 17:12:56 +0200 Subject: [PATCH] some updates --- .gitignore | 6 ++++++ main.py | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c2d9f2..bf26bba 100644 --- a/.gitignore +++ b/.gitignore @@ -320,3 +320,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +/.idea/misc.xml +/.idea/modules.xml +/podman-compose.yml +/.idea/podman-tool.iml +/.idea/inspectionProfiles/profiles_settings.xml +/.idea/vcs.xml diff --git a/main.py b/main.py index d60d8f9..639e065 100755 --- a/main.py +++ b/main.py @@ -1,10 +1,8 @@ import os import subprocess -import sys import yaml import argparse -from waymore.waymore import continueRespFile def main(): parser = argparse.ArgumentParser()