# Ignore node_modules directory node_modules/ # Ignore any compiled binaries or object files *.o *.out *.exe # Ignore log files and other temporary files *.log *.tmp # Ignore environment-specific files .env config.ini # Ignore sensitive or confidential information credentials.json # Ignore IDE or editor-specific files .vscode/ .idea/