Fix the "clean-pwd" command in nox
- some glob patterns in .gitignore were not correctly expanded - adapt the exclude logic to focus on the start of the excluded paths
This commit is contained in:
parent
a16c260543
commit
49ba0c433e
2 changed files with 10 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
.cache/
|
||||
*.egg-info/
|
||||
**/*.egg-info/
|
||||
.env
|
||||
**/.ipynb_checkpoints/
|
||||
.python-version
|
||||
.venv/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue