1. merge gitea/master into 25-llm-archlinux-package-manager; 2. incorporate master deps: tomlq, pip==25.1, django, fastapi, uvicorn; 3. add requirements.3.13.txt with version-specific mapping; 4. remove generic requirements.txt, pyproject.toml from tracking; 5. fix whl_cache_download to run once after compile, before install; 6. update m.py to use pyproject.common.toml for bootstrap;
26 lines
296 B
Plaintext
26 lines
296 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
|