CV_Process / .gitignore
bsiddhharth
Updated app.py, requirements.txt, and .gitignore; Added new scripts for CV analysis and job spying
09a1406
Raw
History Blame Contribute Delete
250 Bytes
# Ignore virtual environment
venv/
# Ignore environment files
.env
# Ignore Python compiled files
*.pyc
__pycache__/
# Ignore specific file (like extraction.pydantic)
extraction_pydantic.py
cv_quest(with main).py
logger.py
cv_job_reco2.py
app.log