From 4d2bd990a7f378ae52931cee25a407d829f260cf Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Tue, 18 Mar 2025 23:18:29 +0100 Subject: [PATCH] Initial Commit. --- .gitignore | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Preisliste | 2 +- 2 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa922c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,84 @@ +# Python-spezifische Dateien +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +preisliste.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtuelle Umgebungen +venv/ +ENV/ +env/ +.env + +# Logs +logs/ +*.log +Preisliste/logs/ +Preisliste/logs/app.log + +# IDE-spezifische Dateien +.idea/ +**/.idea/ +Preisliste/.idea/ +.vscode/ +*.sublime-project +*.sublime-workspace +.spyderproject +.spyproject + +# Distribution und Build-Dateien +*.exe +*.msi +*.spec +build_output/ + +# Datenbanken +*.sqlite3 +*.db + +# Betriebssystemspezifische Dateien +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Temporäre Dateien +*~ +*.bak +*.swp +*.tmp + +# PyCharm-Dateien +**/.idea/workspace.xml +**/.idea/tasks.xml + +# Lokale Konfigurationen +# Uncomment, wenn bestimmte Einstellungsdateien geheim bleiben sollen +# config/local_settings.py + +# Behalte Icon-Dateien +!**/resources/ritterdigital.ico +!**/resources/icon.ico + +# Sonstige projektspezifische Ausnahmen können hier hinzugefügt werden \ No newline at end of file diff --git a/Preisliste b/Preisliste index 2e6bda7..5bb9c53 160000 --- a/Preisliste +++ b/Preisliste @@ -1 +1 @@ -Subproject commit 2e6bda7d3efe002005884e31fa58228eb6aee157 +Subproject commit 5bb9c5384434ac3c7623e9da955356ac10483629