Files @ f3d3009808f7
Branch filter:

Location: majic-scripts/.gitignore

branko
[mapping_generator.py] Initial implementation with support for showing tempalte information:

- Set-up Python project structure to make it easier to install and use
the Python scripts from within confines of a virtual environment.
- Set-up custom configuration for line breaks for Python file editing
when using GNU Emacs.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/