Skip to content

Commit

Permalink
[Setup] Add dist/ to gitignore. (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
skandermoalla authored Jul 19, 2023
1 parent f5193b4 commit 9fa6e4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Python artifacts
__pycache__
*.egg-info
__pycache__/
*.egg-info/
.pytest_cache/
build/
dist/
tensordict/version.py
.pytest_cache
build
tensordict/_tensordict.so

# docs build
Expand Down

0 comments on commit 9fa6e4f

Please sign in to comment.