Files
bikeslop/.gitignore
T
2026-07-27 10:05:29 -04:00

18 lines
209 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Personal data — not committed
garmin_gpx_exports/*.gpx
insights.json
# Local environment
.env