# Ignore compiled object files *.o *.ko *.obj *.elf # Ignore executables *.exe *.out *.app # Ignore libraries *.a *.lib # Ignore logs and temporary files *.log *.tmp # Ignore build directories /build /dist /node_modules # Ignore IDE and editor specific files .vscode/ .idea/ *.sublime-project *.sublime-workspace # Ignore system files .DS_Store Thumbs.db # Ignore configuration files with sensitive information config.ini secrets.json .env .venv /env