Skip to content

Commit

Permalink
Add virtualenv and IDE dirs to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leewesleyv committed Jan 14, 2025
1 parent 49c793e commit bb310e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
.pytest_cache
.coverage
.mypy_cache
.idea
.vscode
.env

__pycache__
build
dist
scrapy_webarchive.egg-info
site
site
venv

__pycache__

0 comments on commit bb310e6

Please sign in to comment.