Files @ 221117506281
Branch filter:

Location: majic-scripts/.gitignore

branko
[mapping_generator.py] Added support for YAML output to info command:

- The YAML output format for mappings should provide user with an easy
way to get started with assigning the mappings in template.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/