freelance-project-34-market.../.gitignore
LLM c2bfca5550 [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66
1. set ruff line-length to 100, reformat 18 files;
  2. move pr34 version to pyproject.common.toml, read via toml in meson.build;
  3. fix meson install_subdir to only include meson/toolchains, not entire meson/;
  4. add meson:install:list command with --mode meson|pyproject for dry-run;
  5. add .venv-whl-cache to .gitignore exceptions and .gitattributes lfs tracking;
  6. release pr34 v0.1.5.66 .whl;
  7. commit python/.venv-whl-cache and archlinux/.venv-whl-cache via lfs;
2026-04-06 09:56:11 +00:00

28 lines
352 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/deps/whl/**/*.whl
python/build
python/pyproject.toml
.*.kate-swp
!releases/whl/*.whl
.env
!docker/*/.env
.envs
!docker/*/deps/whl/**
!dotfiles/.vim
!python/.venv-whl-cache/**
!meson/**/.venv-whl-cache/**