dda-python-terraform/.gitignore

26 lines
210 B
Text
Raw Normal View History

2016-02-25 09:22:11 +00:00
*.tfstate
*.tfstate.backup
2016-02-25 09:38:05 +00:00
*.pyc
*.egg-info
2016-11-19 10:29:47 +00:00
.idea
2016-11-19 11:17:08 +00:00
.cache
/.pypirc
/.tox/
2017-08-08 22:06:06 +00:00
.dropbox
env/
Icon
/pytestdebug.log
.DS_Store
# virtualenv
.virtualenv/
2021-01-21 01:01:34 +00:00
venv/
# Intellij
2019-06-25 18:57:03 +00:00
.idea/
# VSCode
.vscode/
2021-01-21 10:07:00 +00:00
pyrightconfig.json