This repository contains shared development configuration and scripts for KineApps projects.
- scripts/ — Shared utility scripts
| Script | Description |
|---|---|
scripts/copy_ai_ignore.py |
Copies the master ai-ignore file to all project repos as .claudeignore, .cursorignore, .codexignore, .antigravityignore, .geminiignore. Works on macOS, Linux, and Windows. |
scripts/ai-ignore |
Master ignore patterns for AI tools (source of truth) |
python scripts/copy_ai_ignore.pyThe script expects the repository to be cloned under a shared work directory alongside the other KineApps project repos (e.g. ~/work/kineapps-dev).