Files @ ac4dfe8bc978
Branch filter:

Location: majic-scripts/.gitignore

branko
[cheatsheet_viewer.sh] Implemented toggle command for showing cheatsheets.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/