Initial commit

This commit is contained in:
2024-09-24 15:12:33 +02:00
commit 7366659355
5 changed files with 112 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
repository.vault.*
id_rsa
.idea
.vscode
.terraform*
*.iml
tmp/*
.venv
*.deb
*.html
*.log
*.retry
*.rpm
*suid.list
.cache
.scannerwork
.sonar
.tox
.vagrant
drafts/*
# Swap files
*.swo
*.swp
# Python bytecode
*.pyc
# Pytest
.cache
# Tox
.tox
# Vagrant
.vagrant
*.log
# Molecule
.molecule
*.auto.tfvars
dev/*