This repository exists for non-creative scripts and tools.
Find a file
RisingLeaf 67b69f9951 [feat][git] Add a .gitignore file (#3)
## Description
Adds a .gitignore file that ignores any python related cache files, OS related stupid files and IDE related project files I could think of.

### Overview
- .idea -> PyCharm
- .vscode -> VisualStudioCode
- *.iml -> IntelliJ module files
- .venv -> Python virtual environments
- \_\_pychache\_\_/ -> python cached files
- .DS_Store -> macos file system files

Co-authored-by: RisingLeaf <control@thvk.net>
Reviewed-on: http://withers.menzoproject.com:3000/ptm-admin/ptm-tools/pulls/3
Co-authored-by: RisingLeaf <torohaha44@gmail.com>
Co-committed-by: RisingLeaf <torohaha44@gmail.com>
2026-06-07 10:48:38 +00:00
game-repo-installation Repository installation script (#1) 2026-04-30 21:48:03 +00:00
tag-editor [Feat][Tool] Add Tag Manager Script (#2) 2026-06-06 17:41:05 +00:00
.gitignore [feat][git] Add a .gitignore file (#3) 2026-06-07 10:48:38 +00:00
README.md Initial commit 2026-04-12 23:01:05 +03:00

PtM tools repository.