Files
shellmate/.gitignore
2026-01-27 15:11:08 +00:00

37 lines
270 B
Plaintext

# 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