Files
time_manager/.gitignore
insulee 3c14e1e401 Initial commit: Dabit Time Manager project
Python-based time management application with UDP discovery,
TCP protocol communication, time sync, and drift monitoring.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 11:10:55 +09:00

19 lines
191 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*$py.class
# PyInstaller build artifacts
build/
dist/
# Reference/documentation (large external files)
reference/
# IDE
.vscode/
.idea/
# Logs
*.log