Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 27, 2024
1 parent 641b1ba commit be777a7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
*.pyc
*.egg
*.so
*.swp

.mypy_cache
.tags
.tox
.DS_Store
idea/
.vscode/

.mypy_cache/
.pytest_cache/
.ruff_cache/
.tags
.tox/

.venv/
venv/

build/
dist/
sphinxcontrib_websupport.egg-info/

0 comments on commit be777a7

Please sign in to comment.