Skip to content

Commit 912ad4a

Browse files
amotlmwatts15
authored andcommitted
Chore: Update .gitignore
- Ignore multiple virtualenvs - Ignore `tmpdb.sqlite` created by software tests
1 parent c54c6f2 commit 912ad4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ rdflib_sqlalchemy.egg-info
1010
/.eggs/
1111
/dist/
1212
/venv/
13+
.venv*
1314
docs/api
1415

1516
# JetBrains IDE files
1617
/.idea/
1718

19+
# Test outcomes
20+
test/tmpdb.sqlite

0 commit comments

Comments
 (0)