"feat: Add: Update documentation and rename scripts for better organization"

This commit is contained in:
2025-05-19 07:15:01 +02:00
parent 32ee5f065c
commit 3cca91a4ea
14 changed files with 129 additions and 104 deletions

87
.gitignore vendored Normal file
View File

@ -0,0 +1,87 @@
# MYP - Manage your Printer .gitignore
# Betriebssystem-spezifische Dateien
.DS_Store
Thumbs.db
desktop.ini
# Sensible Daten und Konfigurationen
config/secure/
*.env
*.pem
*.key
*.cer
.env.local
.env.development.local
.env.test.local
.env.production.local
# Python spezifische Dateien
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
venv/
ENV/
# JavaScript/Node spezifische Dateien
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.next/
out/
.vercel
*.tsbuildinfo
# IDE Dateien
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
# Logs und temporäre Dateien
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
temp/
tmp/
# Datenbanken und SQLite Dateien
*.sqlite
*.sqlite3
*.db
instance/
# Kompilierte Dateien und Binaries
*.com
*.class
*.dll
*.exe
*.o
*.a
*.so
*.dylib