Initial commit

This commit is contained in:
Warezpeddler
2026-04-25 23:09:31 +01:00
commit 3325436017
92 changed files with 18397 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
# Test / lint caches
.pytest_cache/
.ruff_cache/
# Build output
dist/
build/
# Tool output
applepy-out/
out-priv/
# macOS
.DS_Store
# Editor / IDE
.claude/
# Reference material (large PDFs + nested repos, not needed to run the tool)
pdfs/
# Personal / session notes
progress.txt
resume.txt