mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
26 lines
249 B
Plaintext
26 lines
249 B
Plaintext
# Python virtual environment
|
|
env/
|
|
venv/
|
|
|
|
# Ansible local data
|
|
ansible/lib/collections/
|
|
|
|
# Backups
|
|
*backup*/
|
|
*.bak
|
|
|
|
# Caches and logs
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.retry
|
|
*.log
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
|
|
# Editor and OS stuff
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|