# Node node_modules/ # build/ (tracked on deploy branch) dist/ # Private keys (CRITICAL — never commit) *.pem *.key *-key.txt private-key* keys* *keypair* *.jwk *.hex !package-lock.json # macOS .DS_Store .AppleDouble # IDE .vscode/ .cursor/ # .zed/ is intentionally COMMITTED (contains shared tasks/settings) # OneDrive artifacts ~* # Python __pycache__/ *.pyc .venv/ venv/ # Environment .env .env.local # Next.js .next/ out/ # synced from web_themes (build-time pull, do not commit) /src/styles/theme