.env.example
0 → 100644
+14
−0
+6
−0
+0
−1
+23
−0
+192
−0
Loading
- Add .env.example with EOL_USERNAME and EOL_PASSWORD placeholders - Update README.md with Configuration section explaining credential setup - Update AGENTS.md with complete documentation workflow rules - Add comprehensive documentation in docs/history/ - Update .gitignore to exclude uv.lock (auto-generated) - Verified all Python modules are actively used (no dead code) - All 55 tests passing This commit represents a complete, production-ready codebase with: - Proper credential management via .env files - Complete documentation structure - Clean module imports with no unused code - Full test coverage