# Binaries
untis-go
/untis-go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

# Databases and SQLite artifacts
*.db
*.db-journal
*.db-wal
*.db-shm
*.sqlite
*.sqlite3

# Logs and Caches
*.log
.cache/
cache/

# Local sensitive files
credentials.json
config.json

# OS and Editor files
.DS_Store
.vscode/
.idea/
*.swp
*~

# Build and distribution archives
dist/
*.tar.gz
*.zip
