Initial scaffold for ShellMate - SSH chess TUI

This commit is contained in:
Greg Hendrickson
2026-01-27 15:11:08 +00:00
commit 95471924a4
18 changed files with 902 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# Secrets
.env
*.pem
*_key
ssh_host_*
# OS
.DS_Store
Thumbs.db