Files @ 88ff60100e1b
Branch filter:

Location: majic-scripts/.gitignore

branko
[cheatsheet_viewer.sh] Added command for displaying cheatsheets:

- Simplistic implementation that probably will not be as useful except
for testing things out.
# Ignore IDE and backup files.
*~
.#*

# Ignore Python artefacts.
.eggs/
.pytest_cache/
__pycache__/
*.egg-info/
*.pyc

# Ignore project temporary directory.
tmp/