improving look and feel

This commit is contained in:
2025-04-14 20:47:26 -04:00
parent 29c358298b
commit 68ed19766d
12 changed files with 695 additions and 42 deletions

39
.gitignore vendored
View File

@@ -1,4 +1,39 @@
# Project specific
tmp/
venv/
uploads/
file_metadata.json
# Python
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Logs
*.log
.log/
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
*.log