Skip to content

Commit

Permalink
git ignore .idea/ and venvs/
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 22, 2023
1 parent 9b9e86b commit a5d7a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .venv,venvs,.git,build,*.egg-info,*.lock,.asv,.mypy_cache,.tox,fixtures,_version.py,*.pem
skip = .venv,venvs,.git,build,*.egg-info,*.lock,.asv,.mypy_cache,.tox,fixtures,_version.py,*.pem,versioneer.py
# ignore-words-list =
# exclude-file =
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ docs/build
docs/source/generated
build/
dist/
.idea/
venvs/

0 comments on commit a5d7a1b

Please sign in to comment.