Skip to content

Commit

Permalink
Adding logs and pycache to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 22, 2025
1 parent 22d5078 commit 1e41f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
**/.pytest_cache/
**/logs/
.coverage
htmlcov/
cookies.txt
Expand Down

0 comments on commit 1e41f06

Please sign in to comment.