1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00
toot/.gitignore
Daniel Schwarz 6b2c3f09bf
Support for rendering a subset of HTML tags in status content
Code is adapted from GPL3-licensed muv by @seonon
https://github.com/seonon/muv
2023-04-20 10:31:04 +02:00

18 lines
171 B
Plaintext

*.egg-info/
*.pyc
.pypirc
.vscode
/.cache/
/.coverage
/.env
/.envrc
/.pytest_cache/
/build/
/dist/
/htmlcov/
/tmp/
/toot-*.tar.gz
debug.log
/pyrightconfig.json
/book
/venv