04db423416
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
5 lines
96 B
Python
5 lines
96 B
Python
#!/usr/bin/env python3
|
|
"""Example script - delete if not needed."""
|
|
|
|
print("Hello from skill!")
|