summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fa8a882bdec0b14daa436220032fa382c463a419 (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
36
__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*
/inkstitch_debug*

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