llama-stack-mirror/.gitignore
Nathan Weinberg d04395e034 build: remove .python-version
the current `.python-version` file forces `uv` to
setup the development environment with Python 3.10

this causes an error if a dev system does not have
Python 3.10, even though the project officially
supports newer versions of Python as well

since `uv` can use the `pyproject.toml` to determine
python versions, we can safely remove this file from
the repo and subsequent git tracking

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
2025-03-11 14:50:08 -04:00

25 lines
279 B
Text

.env
__pycache__
dist
*.egg-info
dev_requirements.txt
build
.DS_Store
llama_stack/configs/*
xcuserdata/
*.hmap
.DS_Store
.build/
Package.resolved
*.pte
*.ipynb_checkpoints*
.idea
.venv/
.vscode
_build
docs/src
pyrightconfig.json
venv/
pytest-report.xml
.coverage
.python-version