8000 Refactor, remove symlink pylib/Lib -> Lib and moved path by Undersk0re · Pull Request #5763 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Refactor, remove symlink pylib/Lib -> Lib and moved path #5763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add gitignore
  • Loading branch information
Simone_Pellacani committed Apr 25, 2025
commit 6f351db6ffb170e00b6e7dc6b838aaabee9ce213
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*/target
**/*.rs.bk
**/*.bytecode
__pycache__
__pycache__/
**/*.pytest_cache
.*sw*
.repl_history.txt
Expand All @@ -21,3 +21,5 @@ flamescope.json

extra_tests/snippets/resources
extra_tests/not_impl.py

.venv/
0