init: project scaffold — pyproject.toml, package skeleton, .gitignore

This commit is contained in:
Davide Scaini
2026-06-02 14:23:52 +02:00
commit 499e4f9dc3
7 changed files with 953 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.db
*.db-shm
*.db-wal
node_modules/
site/dist/
site/.astro/
.env