Update project files and build output

This commit is contained in:
2026-02-20 14:25:02 +02:00
parent 351fd3dfea
commit 63b46206b6
8 changed files with 11 additions and 47 deletions

42
.gitignore vendored
View File

@@ -1,25 +1,5 @@
# Build artifacts
build/
<<<<<<< HEAD
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
ENV/
# Application data folders
label/
logs/
pdf_backup/
=======
dist/
build/
logs/
pdf_backup/
venv/
@@ -28,24 +8,4 @@ __pycache__/
*.pyc
*.pyo
*.pyd
>>>>>>> 747656e (Fix Windows browse, status label mapping, and repo cleanup)
# User-specific configuration
conf/app.conf
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Python packaging
*.egg-info/
.eggs/
*.egg