shithub
zeroed-some
/
wanda
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
wanda
Public
Watch
0
Fork
0
Star
0
wanda
/
.gitignore
Text · 129 bytes
Raw
Blame
History
1
# Rust
2
/target/
3
Cargo.lock
4
5
# IDE
6
.idea/
7
.vscode/
8
*.swp
9
*.swo
10
11
# OS
12
.DS_Store
13
Thumbs.db
14
15
# Claude plans
16
.claude/
17
docs/
18
CLAUDE.md
19