# Ignore build output build/ dist/ # Ignore python cache files __pycache__/ # Ignore dependencies node_modules/ vendor/ # Ignore IDE and editor files .idea/ .vscode/ *.sublime-project *.sublime-workspace # Ignore logs and temporary files *.log *.tmp # Ignore compiled binaries *.exe *.dll *.so *.dylib # Ignore package lock files package-lock.json yarn.lock # Ignore environment-specific files .env .env.local .env.*.local # Ignore sensitive information secrets.txt credentials.json