-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 678 Bytes
/
.gitignore
File metadata and controls
47 lines (38 loc) · 678 Bytes
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
38
39
40
41
42
43
44
45
46
47
# Python
__pycache__/
*.pyc
*.pyo
.coverage
.testmondata
# Tests
.pytest_cache/
tests/__pycache__/
# Build / Distribution
build/
dist/
.build_venv/
*.exe
Installer_*/
# VS Code
.vscode/
# Claude Code
.claude/
# Logs
*.log
# Debug- und Test-Artefakte
debug_*.pdf
build_log.txt
tests/data/output/
merge_dpi_conflict*.pdf
# Beta-tester feedback drop (tester screenshots / personal data — keep out of the repo)
Beta-Feedback/
# Windows Sandbox configs (machine-specific host paths; local dev helper)
*.wsb
# MSIX packaging build artifacts (generated; manifest + scripts ARE tracked)
packaging/Assets/
packaging/msix_layout/
packaging/out/
*.msix
*.msixupload
*.pfx
*.cer