# Build artifacts
/target
**/target

# Cargo
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Node.js
node_modules/

# cached-context specific
.cachebro/
.cached-context/

# Other
crates/
