jobDescriptionParser / .gitignore
LeoWalker's picture
updated gitignore to include pycache and removed it from the githistory as its not needed there. data24.csv was updated to some recent jobs but is still usable.
08ac07d
raw
history blame
107 Bytes
# Jupyter Notebooks
.ipynb_checkpoints/
# Python virtual environment
venv/
*.env
.env
__pycache__/
*.pyc