# Rust
target/
Cargo.lock

# Zig
zig-cache/
.zig-cache/
zig-out/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
