Initial commit of wif2ansible
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Excel Files (Data)
|
||||
*.xls
|
||||
*.xlsx
|
||||
|
||||
# Generated Inventories (Contain Sensitive IPs)
|
||||
inventory_*.yml
|
||||
*.yml
|
||||
|
||||
# Python Build Artifacts
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# IDE settings
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user