dda-python-terraform/.gitignore
2019-10-16 13:25:54 -07:00

23 lines
185 B
Text

*.tfstate
*.tfstate.backup
*.pyc
*.egg-info
.idea
.cache
/.pypirc
/.tox/
.dropbox
env/
Icon
/pytestdebug.log
.DS_Store
# virtualenv
.virtualenv/
# Intellij
.idea/
# VSCode
.vscode/