mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 22:53:34 -05:00
Add tinytorch/* to gitignore - package is auto-generated from src/
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -200,3 +200,11 @@ docs/chapters/modules/*
|
||||
# Site build artifacts
|
||||
site/_build/
|
||||
.envrc
|
||||
|
||||
# Generated tinytorch package (auto-generated from src/ via nbdev_export)
|
||||
# Single source of truth: src/*/*.py files
|
||||
tinytorch/*
|
||||
!tinytorch/README.md
|
||||
|
||||
# Generated benchmark outputs
|
||||
.tito/benchmarks/
|
||||
|
||||
Reference in New Issue
Block a user