dda-python-terraform/.gitignore
2021-10-15 17:51:15 +02:00

34 lines
284 B
Text

# terraform
*.tfstate
*.tfstate.backup
# python
*.pyc
*.egg-info
.cache
__pycache__
/.pypirc
dist/
build/
/pytestdebug.log
.pytestdebug.log
# virtualenv
.virtualenv/
venv/
# Intellij
.idea
# VSCode
.vscode/
pyrightconfig.json
tmp.txt
# other
.dropbox
.DS_Store
/.tox/
env/
Icon