This commit is contained in:
2025-07-05 19:58:34 +02:00
commit 153dc866ff
56 changed files with 20264 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Hidden Dart tool files
**/.dart_tool/
# Exclude pubspec.lock (optional see explanation below)
**/pubspec.lock
# Build artifacts
**/build/
**/dart_tool/
# IDE/editor-related files (optional)
*.iml
.idea/
.vscode/
*.swp
.DS_Store
# Other temporary files
*.log
# Volumes folder
volumes/