# Dependencies node_modules/ .pnpm-store/ # Package manager lock files (using pnpm as default) package-lock.json yarn.lock # Environment files .env .env.local .env.*.local .env.master # Logs *.log logs/ # OS files .DS_Store Thumbs.db # IDE files .vscode/ .idea/ *.swp *.swo *~ # Build outputs dist/ build/ .next/ out/ # Temporary files *.tmp *.temp # Environment backup files (Security: Prevent committing backup files with secrets) *.env.backup .env.backup.* .env.backup .gitignore.backup.* # Python venv/ __pycache__/ *.pyc # Ephemeral phase markers .phase1-event-status