Skip to content

Commit

Permalink
Added extensions for virtual environments in .gitignore (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
varuntotakura authored Aug 28, 2024
1 parent 8795992 commit abcc7b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ var/
.ipynb_checkpoints
.virtual_documents

# Environments
.env
.venv
env/
venv/
ENV/

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Deprecation

### Documentation
- Added extensions of virtual environments in [.gitignore](https://github.com/arviz-devs/arviz/blob/main/.gitignore) ([2371](https://github.com/arviz-devs/arviz/issues/2371))
- Fixed the issue in the [Contribution References Documentation](https://python.arviz.org/en/latest/contributing/index.html) ([2369](https://github.com/arviz-devs/arviz/issues/2369))

## v0.19.0 (2024 Jul 19)
Expand Down

0 comments on commit abcc7b4

Please sign in to comment.