Files @ 31c7578fa1b1
Branch filter:

Location: majic-scripts/.gitignore - annotation

branko
[factorio_development.sh] Make mod directory path optional for init command:

- Default to using the working directory as root.
- Bump the version, initial feature-complete release.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/