.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
HISTORY.md
LICENSE
Makefile
README.md
config.yaml
mkdocs.yml
pyproject.toml
template.yml.url
uv.lock
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/init.sh
.github/release_message.sh
.github/rename_project.sh
.github/template.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/actions/setup-environment/action.yml
.github/workflows/build-macos.yml
.github/workflows/build.yml
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/rename_project.yml
.github/workflows/update_readme.yml
.idea/runConfigurations/config_generate.xml
.idea/runConfigurations/module_cli.xml
.idea/runConfigurations/module_gui.xml
docs/.nav.yml
docs/index.md
docs/_static/img/favicon.png
docs/_static/img/logo.png
docs/css/custom.css
docs/develop/01_getting_started_dev.md
docs/develop/contributing.md
docs/develop/make_windows.md
docs/develop/naming_convention.md
docs/develop/pypi_release.md
docs/getting-started/install.md
docs/getting-started/virtual-environment.md
docs/usage/cli.md
docs/usage/config.md
examples/kuhkopfsteig.gpx
examples/rother_lilienstein.gpx
examples/teneriffa.gpx
scripts/show_filelist.ps1
scripts/show_tree.ps1
scripts/update_readme.py
src/__init__.py
src/firewall_handler.py
src/main.py
src/python_template_project/__init__.py
src/python_template_project/__main__.py
src/python_template_project/_version.py
src/python_template_project.egg-info/PKG-INFO
src/python_template_project.egg-info/SOURCES.txt
src/python_template_project.egg-info/dependency_links.txt
src/python_template_project.egg-info/entry_points.txt
src/python_template_project.egg-info/requires.txt
src/python_template_project.egg-info/top_level.txt
src/python_template_project/cli/__init__.py
src/python_template_project/cli/__main__.py
src/python_template_project/cli/cli.py
src/python_template_project/config/__init__.py
src/python_template_project/config/config.py
src/python_template_project/core/__init__.py
src/python_template_project/core/base.py
src/python_template_project/core/logging.py
src/python_template_project/gui/__init__.py
src/python_template_project/gui/__main__.py
src/python_template_project/gui/gui.py
tests/__init__.py
tests/test_generic_cli.py
tests/test_gpx.py