add readme
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,4 +1,27 @@
|
||||
.DS_Store
|
||||
files/.DS_Store
|
||||
.DS_Store
|
||||
files/.DS_Store
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
.idea_modules/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
.venv
|
||||
|
||||
# Ansible
|
||||
*.retry
|
||||
ansible.cfg
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user