]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
.gitignore test files and PyCharm venv folder 4906/head
authorGord Thompson <gord@gordthompson.com>
Thu, 10 Oct 2019 19:34:32 +0000 (13:34 -0600)
committerGord Thompson <gord@gordthompson.com>
Thu, 10 Oct 2019 19:34:32 +0000 (13:34 -0600)
Excludes:
- PyCharm /venv/ virtualenv folder
- leftover .db files from (failed?) test runs
- /test.cfg file for customizing test configuration

.gitignore

index 38a7b1fac5ffea2e312c04d26c25a65a85d4a25c..087085e50e130e9f97e945596026f9253d3b7a54 100644 (file)
@@ -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/