We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85f0b1 commit 553ea93Copy full SHA for 553ea93
1 file changed
.gitignore
@@ -2,3 +2,23 @@
2
/src/tigrcorn.egg-info
3
/pkgs/*/src/*.egg-info
4
/.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