Detect pyenv when available

This commit is contained in:
Fahad
2025-06-22 10:23:09 -07:00
parent 3960835793
commit 669160755a
2 changed files with 191 additions and 10 deletions

27
.gitattributes vendored Normal file
View File

@@ -0,0 +1,27 @@
# Ensure shell scripts always have LF line endings on checkout
*.sh text eol=lf
*.bash text eol=lf
# Python files
*.py text eol=lf
# Shell script without extension
run-server text eol=lf
code_quality_checks text eol=lf
run_integration_tests text eol=lf
# General text files
*.md text
*.txt text
*.yml text
*.yaml text
*.json text
*.xml text
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary