You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.3 KiB
65 lines
1.3 KiB
# ==========================================
|
|
# macOS Systemdateien (Apple-spezifisch)
|
|
# ==========================================
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon?
|
|
._*
|
|
|
|
# Dateikommentare und Finder-Spezifika
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP/SMB shares
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
|
|
# ==========================================
|
|
# Python Umgebung & Caches
|
|
# ==========================================
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtuelle Umgebungen (Virtual Environments)
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
# Falls du Poetry, Pipenv oder Anaconda nutzt:
|
|
.venv
|
|
.poetry/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# ==========================================
|
|
# Betrieb & App-Konfiguration (Sensible Daten)
|
|
# ==========================================
|
|
# Hier werden lokale Pfade zu Watch- und Dropbox-Ordnern gespeichert
|
|
.env
|
|
*.local
|
|
config.local.json
|
|
|
|
# ==========================================
|
|
# Entwicklungs-Tools / IDEs
|
|
# ==========================================
|
|
# VS Code (falls genutzt)
|
|
.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# PyCharm / IntelliJ IDEA
|
|
.idea/
|
|
|