Cleanup .gitignore, add .envrc
This commit is contained in:
parent
ce0df5f1b7
commit
6c46f19bee
1 changed files with 9 additions and 7 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,12 +1,14 @@
|
|||
*.egg-info/
|
||||
*.pyc
|
||||
.cache/
|
||||
build/
|
||||
deb_dist/
|
||||
dist/
|
||||
tmp/
|
||||
.pypirc
|
||||
/.env
|
||||
/.cache/
|
||||
/.coverage
|
||||
/htmlcov
|
||||
/.env
|
||||
/.envrc
|
||||
/.pytest_cache/
|
||||
/build/
|
||||
/deb_dist/
|
||||
/dist/
|
||||
/htmlcov/
|
||||
/tmp/
|
||||
/toot-*.tar.gz
|
||||
|
|
Loading…
Reference in a new issue