dda-python-terraform/.gitignore
2023-01-27 10:35:48 +01:00

39 lines
No EOL
321 B
Text

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