# Exclude tests tests/ # Exclude GitHub workflows .github/ # Exclude documentation (except README) CLAUDE.md CHANGELOG.md CONTRIBUTING.md docs/ # Exclude dev files .env* .claude/ .vscode/ .idea/ # Exclude misc *.log .DS_Store