Skip to content

Commit b756334

Browse files
authored
Add direnv .envrc to ignored files.
The direnv project (https://direnv.net/ ) uses .envrc files for dynamically loading environment variables (or other settings) per directory using the user's shell.. As it can contain sensitive information, and is similar in goal as to .env etc, I think it is a good idea to exclude this by default as well.
1 parent 218a941 commit b756334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ celerybeat.pid
106106

107107
# Environments
108108
.env
109+
.envrc
109110
.venv
110111
env/
111112
venv/

0 commit comments

Comments
 (0)