summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 48fb7d4893d43169f05aecaf1bf3feadb796cb96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*~
*.py[cod]
*.exe
*.asc
venv*/
.cache/
.mypy_cache/
.tox
.coverage*
reports/
.scannerwork/

# PyPI packaging
/build/
/dist/
*.egg-info/
*.egg

# Snap packaging
/parts/
/prime/
/snap/
/stage/
/ssh-audit_*.snap

# Your local server config
servers.txt