social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

update .*ignore files

zenfyr.dev 4fb38acb 76068466

verified
+6 -3
+3 -2
.dockerignore
··· 5 5 dist/ 6 6 wheels/ 7 7 *.egg-info 8 + .pytest_cache/ 8 9 9 10 # Virtual environments 10 - .venv 11 + .venv/ 11 12 12 13 # Random junk 13 - .gitignore 14 14 .env 15 15 .env.* 16 16 .DS_Store 17 17 data/ 18 + testdata/
+3 -1
.gitignore
··· 5 5 dist/ 6 6 wheels/ 7 7 *.egg-info 8 + .pytest_cache/ 8 9 9 10 # Virtual environments 10 - .venv 11 + .venv/ 11 12 12 13 # Random junk 13 14 .env 14 15 .env.* 15 16 .DS_Store 16 17 data/ 18 + testdata/