initial import

This commit is contained in:
2022-09-12 13:56:21 +02:00
commit ae3778c57c
16 changed files with 956 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
*.pyc
__pycache__
.tox
build_artifact
ansible_collections
galaxy.yml
FILES.json
MANIFEST.json
importer_result.json
**.swp
*.tar.gz
doc/build
tmp
#idea
.idea/**
*/.idea/**