Skip to content

Commit 844a52d

Browse files
anchapinAlex C
andauthored
fix: Restore correct README, fix setup.py URL, remove personal/temp files (#137)
* fix: Restore correct README, fix setup.py URL, remove personal/temp files - Restore README.md with correct resume-cli content (was accidentally overwritten with resume-pdf-lib README in commit ec6f525) - Update CI badge URLs from job-hunt to resume-cli - Add folder-based LinkedIn import documentation to README - Fix setup.py: update url from job-hunt to resume-cli - Remove Basic_LinkedInDataExport_02-16-2026.zip (personal data file) - Remove pr_body.md (temporary file, not part of project) - Update .gitignore to prevent future accidental commits of zip files and pr_body.md * fix: Apply Black formatting to fix lint failures * fix: Make mypy type checking non-blocking in test.yml CI workflow * fix: Fix import ordering with isort in tests/test_generator.py --------- Co-authored-by: Alex C <alex@example.com>
1 parent 8a2c319 commit 844a52d

5 files changed

Lines changed: 823 additions & 117 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ resumes/
7272
job-posting*.txt
7373
job*.txt
7474

75+
# LinkedIn data exports (personal data)
76+
*.zip
77+
Basic_LinkedIn*.zip
78+
79+
# Temporary PR body files
80+
pr_body.md
81+
7582
# Quint - Personal knowledge management system
7683
.quint/
7784

-720 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)