blob: 1554060676795442fa01141ee7f487470436a9ee (
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
37
|
__pycache__
*.swp
*.kate-swp
*.pyc
*.spec
*.zip
*.tar.gz
*.log
dist/
build/
locales/
/inx/
.pydevproject
.project
/.idea
/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*
# nix
/result
|