Skip to content

Commit a7a62bd

Browse files
committed
chore: update default venv name
1 parent 3ca61ac commit a7a62bd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ nnfusion.tar.gz
2626
# makeenv and test intermediate files
2727
tmp/
2828

29+
.env
30+
.envrc
31+
.venv
32+
env/
2933
venv/
34+
ENV/
35+
env.bak/
36+
venv.bak/
3037
.vscode/
3138
.vs/
3239

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Before contributing to TileLang, please follow the instructions below to setup.
5252
2. Setup a development environment:
5353

5454
```bash
55-
uv venv --seed venv # use `python3 -m venv venv` if you don't have `uv`
55+
uv venv --seed .venv # use `python3 -m venv .venv` if you don't have `uv`
5656
57-
source venv/bin/activate
57+
source .venv/bin/activate
5858
python3 -m pip install --upgrade pip setuptools wheel "build[uv]"
5959
uv pip install --requirements requirements-dev.txt
6060
```

0 commit comments

Comments
 (0)