Skip to content

Commit 553ea93

Browse files
committed
Stop tracking generated cache artifacts
1 parent f85f0b1 commit 553ea93

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,23 @@
22
/src/tigrcorn.egg-info
33
/pkgs/*/src/*.egg-info
44
/.tmp
5+
6+
# Local generated caches and temporary package artifacts
7+
.tmp/
8+
.tmp*/
9+
tmp/
10+
.uv-cache*/
11+
.uv-python*/
12+
.venv*/
13+
.venv-gitvs*/
14+
generation_examples/
15+
node_modules/
16+
dist/
17+
build/
18+
__pycache__/
19+
.pytest_cache/
20+
.mypy_cache/
21+
.ruff_cache/
22+
.tox/
23+
.nox/
24+
target/

0 commit comments

Comments
 (0)