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()