# Claude Code local settings .claude/settings.local.json # macOS .DS_Store .AppleDouble .LSOverride # Temporary files *.tmp *.swp *.swo *~ .*.sw? # Test artifacts tmp/ temp/ test-output/ # Compressed skill packages *.zip *.tar.gz # IDE .vscode/ .idea/ *.sublime-* # Python (if testing skills) __pycache__/ *.py[cod] *$py.class .pytest_cache/ .coverage htmlcov/ .venv/ venv/ ENV/ # Node (if testing skills) node_modules/ npm-debug.log yarn-error.log .npm/ # Build outputs dist/ build/ *.egg-info/ # Sensitive data *.key *.pem *.cert secrets/ .env .env.local