diff options
| author | Gord Thompson <gord@gordthompson.com> | 2019-10-10 13:34:32 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2019-10-10 13:34:32 -0600 |
| commit | e113a103302e073f6cbb90ec3c919a2407c2b516 (patch) | |
| tree | b4ef241494b35406ec268742093262c7a98b2c7f | |
| parent | 476df84ec995324cf2162b9b28ad8a58b90cfadf (diff) | |
| download | sqlalchemy-e113a103302e073f6cbb90ec3c919a2407c2b516.tar.gz | |
.gitignore test files and PyCharm venv folder
Excludes:
- PyCharm /venv/ virtualenv folder
- leftover .db files from (failed?) test runs
- /test.cfg file for customizing test configuration
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38a7b1fac..087085e50 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.orig *,cover /.tox +/venv/ .venv *.egg-info .coverage @@ -19,6 +20,8 @@ coverage.xml *.patch sqlnet.log /mapping_setup.py +/shard?_*.db +/test.cfg /test.py /test?.py /.cache/ |
