NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
196 stars 77 forks source link

Add .venv and .venv3 to .gitignore #680

Closed alexdewar closed 1 week ago

alexdewar commented 1 week ago

These are both common names for virtual environments, so let's ignore these two. Note that this only affects the .gitignore for the repository; the one for the template already ignores these.

alexdewar commented 1 week ago

Thanks! Maybe we should just make .gitignore a symlink to template/.gitignore instead of duplicating.

Not a bad idea, though I think symlinks can sometimes present issues on Windows (your user needs certain permissions to create them and some filesystems don't support them).