chore: initial extension manifest, config, gitignore

This commit is contained in:
Padreug 2026-04-29 23:34:48 +02:00
commit 5c19cf6691
4 changed files with 43 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.env
.env.*
!.env.example
# Build artifacts
dist/
build/
# Editor / IDE
.vscode/
.idea/
*.swp
# Lockfiles we don't ship
uv.lock
poetry.lock
# Logs
*.log
# OS junk
.DS_Store