# Rust build artifacts
/target/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# OS-specific files
.DS_Store
Thumbs.db

# Compiled test binaries (keep source .c files)
/testcase/array_struct
/testcase/binary_tree
/testcase/doubly_linked_list
/testcase/linked_list
/testcase/nested_struct
/tmp/
/docs/