some updates

This commit is contained in:
R Dittberner 2025-05-15 17:12:56 +02:00
parent 934b1b842f
commit ab40540f38
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View file

@ -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

View file

@ -1,10 +1,8 @@
import os
import subprocess
import sys
import yaml
import argparse
from waymore.waymore import continueRespFile
def main():
parser = argparse.ArgumentParser()