# Ignore compiled binary files
*.exe
*.dll
*.so
*.dylib

# Ignore build artifacts and temporary files
target/
Cargo.lock
*.swp
*.tmp

# Ignore editor and IDE files
.vscode/
.idea/
*.sublime-project
