Files @ 2d294fb4b6d4
Branch filter:

Location: majic-scripts/.gitignore

branko
[mapping_generator.py] Implemented command for applying parameters against the template.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/