- Move cpc_direct_stations.py to scripts/ - Rename CLAUDE.md to SKILL.md - Add .gitignore for Python cache files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
40 B
Plaintext
5 lines
40 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|