un-inception/.gitignore
Russell Ballestrini 5380af54cb Add key subcommand to all 31 implementations
- Validate API keys via portal endpoint
- Show key status, tier, expiration with color-coded output
- Add --extend flag to open browser for key renewal
- Update .gitignore for compiled binaries
- Update README with key command documentation
2025-12-27 11:50:34 -05:00

38 lines
289 B
Text

# Compiled binaries
*.o
*.exe
*.out
*.class
*.beam
/un
/un_go
/un_rust
/un_cpp
/un_d
/un_nim
/un_v
/un_zig
/Un.class
# Build directories
_build/
deps/
node_modules/
target/
zig-cache/
zig-out/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test outputs
*.log
/output/