# Rust build artifacts
/target/
debug/
*.pdb

# Cargo lock is committed for binary projects
# Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# queue
queue
.macot/*
!.macot/specs/

# Serena files
.serena

# Property testing regressions
proptest-regressions/

# Git files
.worktrees
