Initial commit

This commit is contained in:
Jamie Helmke
2025-10-30 21:36:38 +01:00
commit 792f4a7f82
8 changed files with 192 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Python virtual environment
env/
venv/
# Ansible local data
ansible/lib/collections/
# Backups
*backup*/
*.bak
# Caches and logs
__pycache__/
*.pyc
*.pyo
*.retry
*.log
# macOS system files
.DS_Store
# Editor and OS stuff
.idea/
.vscode/
*.swp