Skip to content
Open
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
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
.Python
.venv/
venv/
env/
.ipynb_checkpoints/
.pytest_cache/
.coverage
.DS_Store
.idea/
.vscode/

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Practice 0

Archived course setup notebook for CS445/545. The original instructions below
describe the class workflow; local notebook checkpoints and Python cache files
are ignored for cleaner practice runs.

Welcome to CS445/545. In this class, we will be using a variety of
tools that will require some initial configuration.

Expand Down
273 changes: 273 additions & 0 deletions abhidya.ipynb

Large diffs are not rendered by default.