1) mod start and end point popou, 2) change bg image

This commit is contained in:
deng
2025-11-28 21:13:39 +08:00
parent f73b8ffd08
commit 20ac5675b3
5 changed files with 53 additions and 3 deletions

49
.dockerignore Normal file
View File

@ -0,0 +1,49 @@
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.pytest_cache/
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
.gitattributes
# Documentation
*.md
!README.md
# Test files
tests/
test_*.py
*_test.py
# GPX files in assets (exclude user test files)
hiking_assistant/assets/*.gpx
# macOS
.DS_Store
# Archives
*.tar
*.tar.gz
*.zip
# Logs
*.log