Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ src/ipa-tuura/scimv2bridge/migrations/

# In-tree build files
*~

# Virtual environment
venv/
Copy link
Collaborator

@f-trivino f-trivino Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antoniotorresm what about adding:

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and we can also add entries for the doc venv:

docs/.venv
...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's take this opportunity to add:

/doc/_build
/doc/.venv

WDYT?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have /docs/_build and /docs/.venv, do we want /doc/* as well?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh.. you are right...
my bad.
no, we are fine with what it is already there.

.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/