Files
maier e31bdeb59d Session-Caching, Domain-/Gruppen-Skripte; KeePass-DB aus Repo entfernen
- inwx_common.py: Login mit Session-Cache, KP_PW-Option
- inwx_list/add: Domain als Argument, gemeinsamer Helfer
- inwx_domains(_owner).py: Domains alphabetisch, NS, Gruppen via citeq-TXT (DNS)
- hosting.kdbx aus Tracking genommen und in .gitignore

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 15:57:10 +02:00

11 lines
220 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# KeePass-Datenbank mit Zugangsdaten gehört NICHT ins Repo
hosting.kdbx
# Zwischengespeicherte INWX-Session (enthält ein kurzlebiges Session-Cookie)
.inwx_session
# Python-venv und Cache
venv/
__pycache__/
*.pyc