There was an error while loading. Please reload this page.
1 parent 5e66cfb commit 60fd1ceCopy full SHA for 60fd1ce
2 files changed
.envrc
@@ -19,3 +19,11 @@ fi
19
# Last because PATH_add *prepends* and we want the .venv bins *first*
20
# for things like pylsp to be happy when an editor applies envrc
21
layout cmk_uv
22
+
23
+# .envrc.local is gitignored. It provides some flexibility to include things like this:
24
+#
25
+# export MYPYPATH="$(find packages non-free/packages -maxdepth 2 -name pyproject.toml -printf '%h:' 2>/dev/null)"
26
27
+# ... for people whose setups depend on such things.
28
+watch_file .envrc.local
29
+source_env_if_exists .envrc.local
.gitignore
@@ -7,6 +7,7 @@
7
.coverage.*
8
.directory
9
.DS_Store
10
+.envrc.local
11
.github/prompts
12
.github/agents/*.local.md
13
.idea/
0 commit comments