Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add virtualenv locations and .env file to .gitignore
- Add common in-tree locations for virtualenv environments to .gitignore (.env, .venv/, venv/) - .env is also commonly used to store potentially confidential information such as API keys, so should probably be in here as a matter-of-course safety measure anyway, even though this project doesn't use such files.
- Loading branch information