summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 867283f..e41be6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ dist/
*.orig
alembic.ini
.venv
+/venv/
*.egg-info
.coverage
coverage.xml
@@ -14,6 +15,7 @@ coverage.xml
/scratch
/scratch_test_*
/test_schema.db
+/test.cfg
.idea/
.vscode/
.pytest_cache/