Update project files and build output
This commit is contained in:
42
.gitignore
vendored
42
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user