Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Ignore .envrc for direnv users
Browse files Browse the repository at this point in the history
`direnv` + `layout poetry` as described in [1] works well for me. I
haven't committed the `.envrc` file yet because I don't want to
introduce clutter for people who aren't using direnv, and because I
suppose in principle someone could choose to use a `layout python`
for a bog-standard virtualenv.

[1]: https://github.com/direnv/direnv/wiki/Python#poetry
  • Loading branch information
David Robertson committed Mar 30, 2022
1 parent 3490c23 commit 156346f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ __pycache__/
/media_store/
/uploads

# For direnv uses
/.envrc

# IDEs
/.idea/
/.ropeproject/
Expand Down

0 comments on commit 156346f

Please sign in to comment.