Files
autossh-mgr/.gitignore
tech 113cc994b1 chore: add .gitignore and remove cached pycache
- Created .gitignore with standard Python patterns
- Removed committed __pycache__/__init__.cpython-314.pyc from git tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 11:29:32 +08:00

8 lines
76 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
.pytest_cache/
.ruff_cache/