Files
tools/.gitignore
T

28 lines
247 B
Plaintext

# Rust
target/
**/target/
debug/
release/
*.pdb
# Cargo
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Skill files (optional, uncomment if you don't want to track them)
# *-skill.md
# Test files
test.xlsx
test.png