- Add rsi_config/RSIPI_Minimal.src: RSI test program with no $TECH dependency, mirroring KUKA's RSI_Ethernet example (issue #1) - Add docs/controller-setup.md: KRC4 install/network/troubleshooting guide cited against the KST RSI 3.3 V5 manual - Relicense AGPL-3.0 -> Apache-2.0 (LICENSE, badges, classifiers) - Add CITATION.cff, README How to Cite + Support sections, FUNDING.yml - Fix author metadata typos; contact email is now contact@otherworld.dev - Remove KUKA-proprietary TestServer.exe and stale egg-info from tracking; move internal planning docs out of the public tree
18 lines
222 B
Plaintext
18 lines
222 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Claude Code
|
|
.claude/
|
|
CLAUDE.md
|
|
.claudeignore
|
|
|
|
# Build artifacts
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# KUKA proprietary material - never commit (copyright)
|
|
KUKA.RobotSensorInterface*.pdf
|
|
TestServer.exe
|