Files @ 12917a1e11ff
Branch filter:

Location: majic-scripts/.gitignore

branko
[TEMPLATE.sh.tpl] Fix the accidental use of tabs instead of spaces for indentation.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/