Ryanhub - file viewer
filename: .gitignore
branch: main
back to repo
__pycache__/
*.pyc
.DS_Store
.env
.env.*
data/browser/
outputs/
.venv/
*.db

# Live CRM data (local only, not for the public repo).
# The system, scripts, skills, and templates are tracked; real job-hunt
# records are kept private. leads/_template.md is intentionally kept.
leads/*.md
!leads/_template.md
companies/*.md
contacts/*.md
data/leads.csv
data/contacts.csv
data/companies.csv
data/interactions.csv