mirror of
https://github.com/LIV2/ansible-modules-hashivault.git
synced 2025-12-05 22:22:45 +00:00
33 lines
263 B
Plaintext
33 lines
263 B
Plaintext
*.py[cod]
|
|
.venv
|
|
.cache
|
|
.testenv
|
|
|
|
# Packages
|
|
.eggs
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
sdist
|
|
MANIFEST
|
|
|
|
# Test
|
|
.tox
|
|
.testrepository
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.idea
|
|
.vscode
|
|
|
|
functional/approlenv.sh
|
|
functional/userpassenv.sh
|
|
functional/vaultenv.sh
|
|
example/.ssh
|
|
|
|
# Git
|
|
*.orig
|