# 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 test files and outputs test_*.py debug_*.py compare_*.py *_test.py test_output_*.docx debug_*.docx # Ignore all files with the .tmp extension *.tmp # Salesforce files .sfdx/ *.cls apex.db .DS_Store utils/.DS_Store utils/cursor-updates utils/prompt-updates Youlin Joseph Li qvell.docx Template.py