aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 318b19e6d6c8077df5b5c49ec635259793b98fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*~
*.class
*swp*
*.pyc
*.sw*
*.DS_Store
tags
buildjar/
gpgkeys/rhsupport.*
dist-build/*
cover/
.coverage
*.mo
sos.conf.5.gz
sosreport.1.gz
venv
MANIFEST
build/
dist/
*sos.egg*
docs/_build

# Pycharm
.idea/