1. add python/pyproject.common.toml with module definitions; 2. add meson/online/.../archlinux/ with meson.build, m.py, pyproject.common.toml; 3. meson.build uses fs.relative_to for python sources from ../../python/; 4. m.py is cli_bootstrap.py copy with last 5 lines patched for paths; 5. update Makefile with python_put_archlinux_venv rule; 6. rename python/pyproject.toml to pyproject.toml.bak; 7. update .gitignore, docker-compose.local.yml, requirements.txt;
19 lines
206 B
Plaintext
19 lines
206 B
Plaintext
tmp
|
|
__pycache__
|
|
d2/book1/books
|
|
.DS_Store
|
|
.vim
|
|
*.so
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.tmuxp
|
|
*.egg-info
|
|
*.whl
|
|
*.tar.gz
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
python/build
|
|
python/pyproject.toml
|
|
.*.kate-swp
|
|
!releases/whl/*.whl
|