Skip to content

Commit

Permalink
Simplify gitignores by including whole dir and add caches (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus authored Jan 17, 2024
1 parent 6b9516d commit bb9d115
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
*.pyc
*.DS_Store
dist/*.*
zha_quirks.egg-info/*.*
zha_quirks.egg-info/PKG-INFO
build/**/*.*
dist
zha_quirks.egg-info
build
.vscode/settings.json
.tox
.idea/*
.idea
.coverage
htmlcov/
.mypycache
.mypy_cache
.pytest_cache
.ruff_cache
# Environments
.env
.venv
Expand Down

0 comments on commit bb9d115

Please sign in to comment.