TalentLensAI / .gitignore
Johnny
added retry logic to config query, fixed api variables, fixed score and summary functions
8f771eb
raw
history blame
395 Bytes
# Ignore all .log files
*.log
# Ignore the node_modules directory
node_modules/
# Ignore specific file
config/secrets.yml
# Ignore all `.env` files
.env
myenv/
venv/
# Ignore all files in a specific folder
build/
# Do not ignore a specific file inside an ignored directory
!build/keep-me.txt
# ignore cache files
__pycache_/
.pytest_cache/
# Ignore all files with the .tmp extension
*.tmp