summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: d70e8a9450756d71ee20ff02b1f4c53e5245b641 (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
*.pyc
cachefile.dbm
bazarr.pid

/venv
/data
/bin

# IDE
.idea
.vscode

# LSP
pyrightconfig.json

# Middleware
VERSION

# CI
/__builds__
/package.json
/package-lock.json

# Allow
!*.dll