summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4c1ba2c22b8720cc1fde9a0275d157d63e7d006a (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
32
33
34
35
__pycache__
*.swp
*.kate-swp
*.pyc
*.spec
*.zip
*.tar.gz
*.po
*.log
dist/
build/
locales/
/inx/
.pydevproject
.project
/.idea
/.vscode
/VERSION
/src/
.DS_STORE
.DS_Store

# debug and profile files
logs/
/DEBUG.toml
/LOGGING.toml
/LOGGING[0-9]*.toml
/debug*
/.debug*

# old debug files - to be removed
/DEBUG*.ini
/DEBUG
/PROFILE
/profile*