Skip to content

Commit c79eae2

Browse files
chore: .gitignore local development files (#1137)
* chore: .gitignore local development files - venv, my company's development team keeps venvs in project folders. - coverage.xml is generated by tox * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e8ffc9c commit c79eae2

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
@@ -48,3 +48,6 @@ _build
4848

4949
# Sqlite database files
5050
*.sqlite
51+
52+
/venv/
53+
/coverage.xml

0 commit comments

Comments
 (0)