microsoft_lib 0.1.0

A library for working with Microsoft 365 APIs.
Documentation
# Go-specific ignores
**/bin/
**/pkg/
**/out/
**/*.exe
**/*.test
**/*.prof
**/*.a
**/*.cover
**/.cgo/

# Rust-specific ignores
**/target/
**/*.rs.bk
**/*.pdb
**/*.dSYM/
**/*.stackdump

# GoLand / IntelliJ IDEA specific
**/.idea/

# VS Code specific
**/.vscode/

# macOS specific
**/.DS_Store

# Logs and temporary files
**/*.log
**/*.tmp
**/*.swp
**/*.bak
**/*.old
**/*.save

# Debug, build and temporary directories
**/debug/
**/target/

# Backup files
**/*.rs.bk
**/*.pdb
**/*.xlsx
**/*.swp

# Environment files
**/.env
**/*env*/

# Other
**/*.test
**/*.prof
**/*.out
**/*.cover