mirror of
https://github.com/xx254/linkedin_skills.git
synced 2026-06-10 15:34:56 +03:00
25 lines
533 B
Plaintext
25 lines
533 B
Plaintext
# Generated per run (keep dirs via .gitkeep)
|
|
output/*
|
|
!output/.gitkeep
|
|
reports/*
|
|
!reports/.gitkeep
|
|
|
|
# Personal state and run data — commit only the .example.json templates
|
|
state/*.json
|
|
!state/*.example.json
|
|
|
|
# Personal context files — user-specific, never commit
|
|
context/about-me.md
|
|
context/brand-voice.md
|
|
|
|
# Lead CSV files — contain real personal data, never commit
|
|
*.csv
|
|
!sample_contacts.example.csv
|
|
!sample_warm_leads.example.csv
|
|
|
|
# Claude Code local settings (contain user-specific paths)
|
|
.claude/
|
|
|
|
# OS / editor
|
|
.DS_Store
|