Commit graph

3 commits

Author SHA1 Message Date
2c6677748a feat: update project version and documentation link
- Bump version from 0.1.0 to 0.1.1
- Update documentation URL to point to GitHub repository
2026-02-03 18:40:51 +01:00
165f023513 feat: add API key authentication support
- Added  `api_key` parameter to `SecureChatCompletion` and `send_secure_request`
- Implemented Bearer token authentication in request headers
- Updated test configuration to use API key
- Fixed missing newline at end of `.gitignore`
2025-12-18 09:18:05 +01:00
3c5e1b7f18 feat: add comprehensive .gitignore for Python project
Add .gitignore file with rules for Python, IDE, test files, build artifacts, virtual environments, OS generated files, editor backups, test coverage, Python tooling, Jupyter, and RSA keypairs to improve repository cleanliness and prevent unwanted files from being committed.
2025-12-17 16:41:10 +01:00