- Created core modules: `ai-analyzer`, `core-parser`, and `job-search-parser`. - Implemented LinkedIn and job search parsers with integrated AI analysis. - Added CLI tools for AI analysis and job parsing. - Included comprehensive README files for each module detailing usage and features. - Established a `.gitignore` file to exclude unnecessary files. - Introduced sample data for testing and demonstration purposes. - Set up package.json files for dependency management across modules. - Implemented logging and error handling utilities for better debugging and user feedback.
18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
.vscode/
|
|
*.md
|
|
!README.md
|
|
node_modules/
|
|
.env
|
|
results/
|
|
zip*
|
|
*.7z
|
|
*obfuscated.js
|
|
.history
|
|
# Debug files
|
|
debug-*.js
|
|
debug-*.png
|
|
*.png
|
|
*.log
|
|
# Install scripts (optional - remove if you want to commit)
|
|
install-ollama.sh
|