- Add 17 release executables that were missing from the remote repo - Fix MSYS path conversion issue in tools/ssh.py for Windows compatibility - Add nul to .gitignore to prevent Windows special file conflicts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
217 B
Plaintext
21 lines
217 B
Plaintext
# Credentials - NEVER commit
|
|
config/servers.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.spec
|
|
|
|
# Releases are tracked (large binaries)
|
|
# releases/ is NOT ignored
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
nul
|