wip: element screenshot

This commit is contained in:
eneller
2026-05-15 02:05:41 +02:00
parent b682463719
commit c86ec8a6c3
2 changed files with 78 additions and 5 deletions

72
.gitignore vendored
View File

@@ -1,9 +1,74 @@
# Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,venv,dotenv
# Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode,venv,dotenv
# Created by https://www.toptal.com/developers/gitignore/api/venv,dotenv,python,visualstudiocode,images
# Edit at https://www.toptal.com/developers/gitignore?templates=venv,dotenv,python,visualstudiocode,images
### dotenv ###
.env
### Images ###
# JPEG
*.jpg
*.jpeg
*.jpe
*.jif
*.jfif
*.jfi
# JPEG 2000
*.jp2
*.j2k
*.jpf
*.jpx
*.jpm
*.mj2
# JPEG XR
*.jxr
*.hdp
*.wdp
# Graphics Interchange Format
*.gif
# RAW
*.raw
# Web P
*.webp
# Portable Network Graphics
*.png
# Animated Portable Network Graphics
*.apng
# Multiple-image Network Graphics
*.mng
# Tagged Image File Format
*.tiff
*.tif
# Scalable Vector Graphics
*.svg
*.svgz
# Portable Document Format
*.pdf
# X BitMap
*.xbm
# BMP
*.bmp
*.dib
# ICO
*.ico
# 3D Images
*.3dm
*.max
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -206,5 +271,4 @@ pip-selfcheck.json
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,venv,dotenv
# End of https://www.toptal.com/developers/gitignore/api/venv,dotenv,python,visualstudiocode,images