1st commit

This commit is contained in:
Djeex
2026-07-30 22:31:34 +02:00
commit c93344739a
21 changed files with 1418 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Runtime job files — uploaded/generated images, never committed
jobs/*
!jobs/.gitkeep
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# OS clutter
.DS_Store
# Personal test images, never committed
test/
# Local editor/tool config
.claude/