ansible-collection-infomaniak/.gitignore
Bertrand Lanson f5fc5bb845
Some checks failed
pull-requests-open / Check commit compliance (pull_request) Successful in 38s
pull-requests-open / Run tests (pull_request) Failing after 1m27s
feat: add unit tests for public_cloud_config_info module
2024-09-14 13:13:43 +02:00

15 lines
188 B
Plaintext

# ignore molecule/testinfra pycache
**/__pycache__
# ignore vscode files
.vscode
# ignore test output (auto-generated)
tests/output/**
# ignore virtual environments
.env
.venv
env
venv