ansible-collection-infomaniak/.gitignore

15 lines
188 B
Plaintext
Raw Normal View History

2024-09-12 17:13:15 +00:00
# ignore molecule/testinfra pycache
**/__pycache__
# ignore vscode files
2024-09-12 17:13:15 +00:00
.vscode
# ignore test output (auto-generated)
tests/output/**
# ignore virtual environments
.env
.venv
env
venv