add .envrc for direnv, and ignore *.pyc

This commit is contained in:
Brian Duggan 2018-05-30 16:22:54 -04:00
parent 552022af97
commit 3fca30e357
2 changed files with 2 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
. .venv/bin/activate

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ scss/assets
.pytest_cache/
.venv/
__pycache__
*.pyc
# Ignore static/fonts for now, since it is just symlink
static/fonts