Initial commit: Bulk Renamer with AppImage build and Gitea push notes

Made-with: Cursor
This commit is contained in:
Bulk Renamer
2026-03-03 21:58:28 -06:00
commit 22501fe0b5
13 changed files with 1135 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
ENV/
*.egg-info/
.eggs/
dist/
build/
# PyInstaller / packaging
*.spec
appdir/
Bulk_Renamer*.AppImage
# IDE
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db