tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
update .*ignore files
zenfyr.dev
1 month ago
4fb38acb
76068466
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
+6
-3
2 changed files
expand all
collapse all
unified
split
.dockerignore
.gitignore
+3
-2
.dockerignore
···
5
5
dist/
6
6
wheels/
7
7
*.egg-info
8
8
+
.pytest_cache/
8
9
9
10
# Virtual environments
10
10
-
.venv
11
11
+
.venv/
11
12
12
13
# Random junk
13
13
-
.gitignore
14
14
.env
15
15
.env.*
16
16
.DS_Store
17
17
data/
18
18
+
testdata/
+3
-1
.gitignore
···
5
5
dist/
6
6
wheels/
7
7
*.egg-info
8
8
+
.pytest_cache/
8
9
9
10
# Virtual environments
10
10
-
.venv
11
11
+
.venv/
11
12
12
13
# Random junk
13
14
.env
14
15
.env.*
15
16
.DS_Store
16
17
data/
18
18
+
testdata/