Initial Commit.
This commit is contained in:
parent
bea7fc69b8
commit
4d2bd990a7
84
.gitignore
vendored
Normal file
84
.gitignore
vendored
Normal file
@ -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
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 2e6bda7d3efe002005884e31fa58228eb6aee157
|
Subproject commit 5bb9c5384434ac3c7623e9da955356ac10483629
|
||||||
Loading…
Reference in New Issue
Block a user