git ignore update

This commit is contained in:
feder-cr 2024-08-04 13:52:23 +01:00
parent e6903f43c2
commit 89b47a99a4
3 changed files with 0 additions and 150 deletions

View File

@ -1,42 +0,0 @@
remote: [true/false]
experienceLevel:
internship: [true/false]
entry: [true/false]
associate: [true/false]
mid-senior level: [true/false]
director: [true/false]
executive: [true/false]
jobTypes:
full-time: [true/false]
contract: [true/false]
part-time: [true/false]
temporary: [true/false]
internship: [true/false]
other: [true/false]
volunteer: [true/false]
date:
all time: [true/false]
month: [true/false]
week: [true/false]
24 hours: [true/false]
positions:
- [Positions 1]
- [Positions 2]
locations:
- [Locations 1]
- [Locations 2]
distance: [0 or 5 or 10 or 25 or 50 or 100]
companyBlacklist:
- [Company Name 1]
- [Company Name 2]
titleBlacklist:
- [Word 1]
- [Word 2]

View File

@ -1,105 +0,0 @@
{
"personalInformation": {
"name": "[Your name]",
"surname": "[Your surname]",
"dateOfBirth": "[Your Date of Birth]",
"country": "[Your country]",
"city": "[Your city]",
"address": "[Your address]",
"phonePrefix": "[Your phone number prefix]",
"phone": "[Your phone number]",
"email": "[Your email]",
"github": "[Link]",
"linkedin": "[Link]"
},
"selfIdentification": {
"gender": "[Specific gender identification]",
"pronouns": "[Your Pronouns]",
"veteran": "[Yes/No]",
"disability": "[Yes/No]",
"ethnicity": "[Specify ethnicity]"
},
"legalAuthorization": {
"euWorkAuthorization": "[Yes/No]",
"usWorkAuthorization": "[Yes/No]",
"requiresUsVisa": "[Yes/No]",
"legallyAllowedToWorkInUs": "[Yes/No]",
"requiresUsSponsorship": "[Yes/No]",
"requiresEuVisa": "[Yes/No]",
"legallyAllowedToWorkInEu": "[Yes/No]",
"requiresEuSponsorship": "[Yes/No]"
},
"workPreferences": {
"remoteWork": "[Yes/No]",
"inPersonWork": "[Yes/No]",
"openToRelocation": "[Yes/No]",
"willingToCompleteAssessments": "[Yes/No]",
"willingToUndergoDrugTests": "[Yes/No]",
"willingToUndergoBackgroundChecks": "[Yes/No]"
},
"educationDetails": [
{
"degree": "[Bachelor's/Master's/Ph.D.]",
"university": "[Name of University]",
"gpa": "[Your GPA]",
"graduationYear": "[Year of Graduation]",
"fieldOfStudy": "[Your Field of Study]",
"skillsAcquired": {
"blockchain": "[Years]",
"iot": "[Years]",
"python": "[Years]"
}
}
],
"experienceDetails": [
{
"position": "[Job Title]",
"company": "[Company Name]",
"employmentPeriod": "[Month, Year] - [Month, Year]",
"location": "[City, Country]",
"industry": "[Industry of the Company]",
"keyResponsibilities": {
"responsibility1": "[Years]",
"responsibility2": "[Years]",
"responsibility3": "[Years]"
},
"skillsAcquired": {
"php": "[Years]",
"python": "[Years]",
"leadership": "[Years]",
"problemSolving": "[Years]",
"criticalThinking": "[Years]",
"adaptability": "[Years]",
"perfectionism": "[Years]"
}
}
],
"projects": {
"project1": "[Description of significant projects you've worked on + if available repo link]",
"project2": "[Description of significant projects you've worked on + if available repo link]"
},
"availability": {
"noticePeriod": "[Specify notice period]"
},
"salaryExpectations": {
"salaryRangeUSD": "[Specify your salary expectations in USD]"
},
"certifications": [
"[Certification 1]",
"[Certification 2]",
"[Certification 3]"
],
"languages": [
{
"language": "Italian",
"proficiency": "Native"
},
{
"language": "English",
"proficiency": "Professional"
}
],
"interests": [
"[List any hobbies or interests relevant to your professional profile]"
]
}

View File

@ -1,3 +0,0 @@
email: [Your Linkedin email]
password: [Your Linkedin password]
openai_api_key: [OpenAi API key, tutorial -> https://medium.com/@lorenzozar/how-to-get-your-own-openai-api-key-f4d44e60c327]