This repository has been archived on 2026-06-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Dienstplan/.gitignore
copilot-swe-agent[bot] 976d494d9f Add Android app implementation with core features
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
2025-11-14 17:24:17 +00:00

34 lines
377 B
Text

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Excel
output/*.xlsx
templates/*.xlsx
~$*.xlsx
# Android
android-app/.gradle/
android-app/build/
android-app/app/build/
android-app/local.properties
android-app/.gradle
android-app/.idea/
android-app/*.iml
android-app/captures/
android-app/app/release/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db