Files
fitbit_garmin_sync/.dockerignore
sstent 369d7926a9
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m5s
sync
2025-12-14 06:12:21 -08:00

28 lines
266 B
Plaintext

# Ignore virtualenv
.venv
venv
# Ignore Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore editor and OS files
.vscode
.idea
.DS_Store
*.swo
*.swp
# Ignore git files
.git
.gitignore
# Ignore database and log files
*.db
*.log
*.json
# Ignore test files
test.md