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