blob: d6687607e6d456744b5614462cb834b10e9d2bc7 [file] [log] [blame]
# PyCharm
.idea
exportToHTML
# vscode
.vscode
# Python
*.pyc
# Emacs
*~
.#*
# Vagrant
.vagrant
*.box
# Ansible
ansible/*.retry
# Any vi swap files
*.swp
# Editors
*.bak
*.project
*.pydevproject
# Mac stuff
.DS_Store
**/.DS_Store
# Vagrant logfile
*.log
# Virtualenv
venv-*
# Development versions of locally built libraries
python/local_imports
# test output
tests/results
# SCA reports from run golangci-lint tool
sca-report/