blob: d6687607e6d456744b5614462cb834b10e9d2bc7 [file] [log] [blame]
Elia Battistonc8d0d462022-02-22 16:30:51 +01001# PyCharm
2.idea
3exportToHTML
4
5# vscode
6.vscode
7
8# Python
9*.pyc
10
11# Emacs
12*~
13.#*
14
15# Vagrant
16.vagrant
17*.box
18
19# Ansible
20ansible/*.retry
21
22# Any vi swap files
23*.swp
24
25# Editors
26*.bak
27*.project
28*.pydevproject
29
30# Mac stuff
31.DS_Store
32**/.DS_Store
33
34# Vagrant logfile
35*.log
36
37# Virtualenv
38venv-*
39
40# Development versions of locally built libraries
41python/local_imports
42
43# test output
44tests/results
45
46# SCA reports from run golangci-lint tool
47sca-report/