Commit Graph

3 Commits

Author SHA1 Message Date
7073d37c26 🔒 Fix SSL certificate verification in Gitea client
Replace boolean SSL verification with certificate bundle usage to eliminate InsecureRequestWarning. Implements prioritized CA bundle detection from environment variables and project-local certificates.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-03 17:36:42 +07:00
4205a48c73 Clean up Python cache files and add .gitignore
- Remove all __pycache__ directories from tracking
- Add comprehensive .gitignore for Python projects
- Prevent future cache file commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-31 10:56:46 +07:00
baf1723a50 Update README.md 2025-02-26 15:25:39 +07:00