I got hit by this because pycharm somehow injects all venv*/.venv* formats in the gitignore (not exactly sure how), so I tried to add these in the .git/info/exclude as well to work around this, but it seems that hatchling does not read this, only the .gitignore file?
I got hit by this because pycharm somehow injects all
venv*/.venv*formats in the gitignore (not exactly sure how), so I tried to add these in the.git/info/excludeas well to work around this, but it seems that hatchling does not read this, only the.gitignorefile?