summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7a4657101745bbe5a6a51a05b434f379f247b318 (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
28
29
30
31
__pycache__
*.swp
*.kate-swp
*.pyc
*.spec
*.zip
*.tar.gz
*.po
dist/
build/
locales/
/inx/
.pydevproject
.project
/.idea
/.vscode
/VERSION
/src/
.DS_STORE
.DS_Store
flaskserverport.json
electron/yarn.lock

# debug and profile files
/DEBUG.ini
/debug*
/.debug*
# old debug files
/DEBUG
/PROFILE
/profile*