Skip to content

Commit 84747f1

Browse files
committed
updates README and .gitignore
1 parent a626ae2 commit 84747f1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea
2+
.cache
3+
.tox
4+
dist
5+
*.egg-info
6+
*.pyc
7+
__pycache__

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
pytest-echo: echoing environment variables, package version and django settings
2-
===============================================================================
1+
pytest-echo
2+
===========
3+
4+
Echoing environment variables, package version and django settings
35

46
Usage
57
-----

0 commit comments

Comments
 (0)