Clean up repository: remove build artifacts and local files from git tracking

This commit is contained in:
Iulian 2025-10-19 11:55:01 +01:00
parent 0a67a881b8
commit 4c0c62aaef
4946 changed files with 83 additions and 1596806 deletions

28
.gitignore vendored
View file

@ -24,3 +24,31 @@ node_modules/
backups/
EOF
*.AppImage
# AppImage build files
AppDir/
AppImage/
appimagetool-x86_64.AppImage*
*.AppImage
build-appimage.sh
masina-dock.desktop
# Debian build files
deb-build/
build-deb.sh
# Security scan files
security-reports/
security-scan.sh
trivy-report.json
# Local data and backups
backups/
data/
venv/
# Templates (if not used)
templates/
# Duplicate README
README