freelance-project-34-market.../.gitignore
LLM 9ab5a03899 [+] add archlinux deps/whl with pr34 wheel, update gitignore/gitattributes
1. add meson/**/pyproject.toml to .gitignore;
  2. add !meson/**/deps/whl/** exception to .gitignore;
  3. add meson/**/deps/whl/** lfs tracking to .gitattributes;
  4. commit archlinux deps/whl/online_fxreader_pr34-0.1.5.66 via lfs;
2026-04-06 12:31:32 +00:00

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