pyUpload/.gitignore
Adam Skotarczak 0b41b79db3 v1.2.0
2025-04-28 12:02:27 +02:00

39 lines
497 B
Plaintext

# Build- und Cache-Ordner ignorieren
app/__pycache__/
app/upload/
app/upload/*
app/logs/
app/build/
app/dist/
releases/
# PyInstaller & kompiliertes Python
*.spec
*.dll
*.so
*.dylib
*.pyd
# Virtuelle Umgebung ignorieren (falls vorhanden)
app/.venv/
app/.env/
app/.idea/
app/.vscode/
# Zertifikate und sensible Dateien
app/*.pem
*.crt
*.key
# Sonstiges (Windows & macOS Systemdateien)
#Desktop.ini
Thumbs.db
.DS_Store
# .exe-Dateien überall ignorieren...
*.exe
# Custom:
*kopie*
gitcopy.bat