init: project scaffold — pyproject.toml, package skeleton, .gitignore
This commit is contained in:
+15
@@ -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
|
||||
Reference in New Issue
Block a user