Skip to content

Commit a02255f

Browse files
Update .gitignore to exclude test and virtual env files
Added `.pytest_cache/` to ignore pytest cache artifacts and `.venv` to exclude Python virtual environment files. This reduces noise in version control by ignoring unnecessary development-specific directories.
1 parent dccca52 commit a02255f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.idea
22
__pycache__/
3+
.pytest_cache/
4+
.venv

0 commit comments

Comments
 (0)