Initial commit

This commit is contained in:
hbrain 2026-05-16 08:04:53 +00:00
commit 01af871145
5 changed files with 615 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# Local secrets/configuration
*.conf
.git.env
# Generated/state files
wallabag_downloaded.json
out/
# Python cache
__pycache__/
*.py[cod]
# OS/editor noise
.DS_Store
*.swp