Initial commit: Modularized Strava MCP Server with UV and Hatchling

This commit is contained in:
2026-05-09 01:06:04 +02:00
commit ed43e1928e
21 changed files with 2688 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Environment variables (CRITICAL: DO NOT COMMIT SECRETS)
.env
# Virtual environments
.venv/
venv/
env/
# Python caches and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so
# Ruff / Linting
.ruff_cache/
# Build and distribution directories
dist/
build/
*.egg-info/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db