# Cargo
target/
Cargo.lock
!/Cargo.lock

# State file
.rustlings-state.txt

# OS
.DS_Store
.direnv/

# Editor
*.swp
.idea
*.iml

# Generated exercise Cargo.toml
/exercises/Cargo.toml

# Ignore file for editors like Helix
.ignore
