feat: add direnv
This commit is contained in:
6
.envrc
Normal file
6
.envrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dotenv
|
||||||
|
|
||||||
|
export VIRTUAL_ENV=."venv"
|
||||||
|
layout python
|
||||||
|
|
||||||
|
use flake
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
.direnv
|
||||||
.env
|
.env
|
||||||
.venv
|
.venv
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|||||||
Reference in New Issue
Block a user