# Ignore build artifacts
target/
**/target/

# sccache cache
.sccache/
sccache/

# Cargo Chef recipe file
recipe.json

# IDE/editor files
.vscode/
.idea/
*.swp

# Docker-related
Dockerfile*
.dockerignore

# Miscellaneous
# Cargo.lock

# Example
examples/
