Files @ 8551913bda80
Branch filter:

Location: majic-scripts/.gitignore

branko
Noticket: Implement additional path validations for Factorio Manager:

- Added test for instance directories, new backup directories, backup
directories, and import sources.
- Refactored commands to use the new path validations.
- Updated some comments and formatting.
# Ignore IDE and backup files.
*~
.#*

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

# Ignore project temporary directory.
tmp/