feat: Initial commit of FitTrack_GarminSync project

This commit is contained in:
2025-10-10 12:20:48 -07:00
parent d0e29fbeb4
commit 18f9f6fa18
229 changed files with 21035 additions and 42 deletions

View File

@@ -0,0 +1,48 @@
# Ignore version control and IDE files
.git
.gitignore
.vscode
# Ignore local configuration files
.env
.env.*
*.env
# Ignore build artifacts and cache
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
# Ignore test files
tests/
tests_*.py
# Ignore documentation files
docs/
*.md
*.rst
# Allow specific patch file we need for Docker
!patches/garth_data_weight.py
justfile
requirements.txt # Replaced by pyproject.toml
# Ignore temporary files
*.swp
*.bak
*.tmp
# Ignore data directories
data/*
!data/README.md # Keep README if present
# Ignore migration files (handled separately)
!migrations/alembic.ini
!migrations/versions/*.py
# Ignore local development files
docker-compose.yml
docker-compose.*.yml