52 lines
520 B
Plaintext
52 lines
520 B
Plaintext
# Build artifacts
|
|
build/
|
|
<<<<<<< HEAD
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Application data folders
|
|
label/
|
|
logs/
|
|
pdf_backup/
|
|
=======
|
|
dist/
|
|
logs/
|
|
pdf_backup/
|
|
venv/
|
|
.venv/
|
|
__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
|