# Rust
/target
Cargo.lock
**/*.rs.bk
*.pdb

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

# Build artifacts
*.exe
*.dll
*.so
*.dylib

# Testing and local development projects
test*/
quick-*/
my-app/
test-app/
test-react/
final-test/
test-optimism/
/test-output
/temp-*
/test-aa-*/
/test-arb-*/
/test-op-*/

# Config
.env
config.local.toml

# Internal documentation (often excluded from published crates)
ADOPTION_STRATEGY.md
REQUIREMENTS.md
SETUP.md
TESTING.md
github_prep.md
test_guide.md
aa_setup.md
walkthrough.md
implementation_plan.md
task.md

