1
0

fix claude

This commit is contained in:
2025-06-01 23:35:22 +09:00
parent a9bdf20415
commit 575ea58b14
21 changed files with 2113 additions and 7 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Rust
target/
Cargo.lock
**/*.rs.bk
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
# ai.shell specific
~/.ai-shell/
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db