pyUpload/.gitignore

33 lines
453 B
Plaintext

# Build- und Cache-Ordner ignorieren
.app/__pycache__/
.app/upload/
.app/logs/
.app/build/
.app/dist/
# 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