Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ env/
# OS
.DS_Store
Thumbs.db
*\ 2.*
*\ 3.*

# Testing
.pytest_cache/
Expand Down Expand Up @@ -49,3 +51,4 @@ docker-compose.override.yml

# Internal project context (generated, not source)
context.md
IMPROVEMENTS*.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Hey, glad you're here. Setup takes about 2 minutes.
git clone https://github.com/cvemula1/NHInsight.git
cd NHInsight
make dev # installs all providers + dev tools
make test # 151 tests, <1 second
make test # 260 tests, <2 seconds
make demo # see output without credentials
```

Expand Down
Loading
Loading