time_recording/.gitignore

30 lines
555 B
Text

# Virtual environment
venv/
.venv/
env/
# Environment variables and secrets
.env
.env.*
!.env.example
# Python byte-compiled / optimized / DLL files and caches
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
# Office temporary files (created automatically when opening Excel files)
~$*.xlsx
~$*.xls
# --- Data files ---
# If your Excel sheet contains dynamic local data that you do not want in git,
# uncomment the line below. Otherwise, keep it commented to track the spreadsheet.
work_times.xlsx
# OS-specific files
.DS_Store
Thumbs.db