Skip to content

Commit 66c0067

Browse files
committed
Use .dist files instead of .envrc.
See direnv/direnv#556
1 parent 3f66e7f commit 66c0067

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.env.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SIMPLEFIN_ACCESS_URL=https://demo:demo@beta-bridge.simplefin.org/simplefin

.envrc.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
watch_file .env uv.lock pyproject.toml
2+
3+
dotenv_if_exists
4+
5+
uv sync
6+
source .venv/bin/activate

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env
2+
.envrc
23

34
# Python-generated files
45
__pycache__/

0 commit comments

Comments
 (0)