Files @ 41ee6a32070a
Branch filter:

Location: majic-scripts/.gitignore - annotation

branko
[cheatsheet_viewer.sh] Added support for automatically activating overlay mode based on current window title.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/