dda-python-terraform/.gitignore

35 lines
284 B
Text
Raw Normal View History

2021-10-15 15:51:15 +00:00
# terraform
2016-02-25 09:22:11 +00:00
*.tfstate
*.tfstate.backup
2021-10-15 15:51:15 +00:00
# python
2016-02-25 09:38:05 +00:00
*.pyc
*.egg-info
2016-11-19 11:17:08 +00:00
.cache
2021-10-15 15:51:15 +00:00
__pycache__
2016-11-19 11:17:08 +00:00
/.pypirc
2021-10-15 15:51:15 +00:00
dist/
build/
/pytestdebug.log
2021-10-15 15:51:15 +00:00
.pytestdebug.log
# virtualenv
.virtualenv/
2021-01-21 01:01:34 +00:00
venv/
# Intellij
2021-10-15 15:51:15 +00:00
.idea
# VSCode
.vscode/
2021-01-21 10:07:00 +00:00
pyrightconfig.json
2021-07-02 11:54:10 +00:00
tmp.txt
2021-10-15 15:51:15 +00:00
# other
.dropbox
.DS_Store
/.tox/
env/
Icon