dda-python-terraform/.gitignore
Francois Lebreau bcd523ff67 Add typing
2021-01-21 01:01:34 +00:00

24 lines
191 B
Text

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