Files
tamigo-cli/.gitignore
Daniel Dybing 99445a12e2
All checks were successful
Build Tamigo CLI / Build Linux Binary (push) Successful in 52s
Build Tamigo CLI / Build Windows Binary (push) Successful in 47s
Feature: Add export functionality for worked hours (CSV, JSON, XLSX)
2026-03-13 22:30:32 +01:00

44 lines
447 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-log.txt
pip-delete-this-directory.txt
status.dat
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
ENV/
env/
# Environment variables
.env
# OS specific
.DS_Store
Thumbs.db
# Local config and exports
config.json
tamigo_export_*.csv
tamigo_export_*.json
tamigo_export_*.xlsx