# No need to include the compiled data
/target
# It's a library
Cargo.lock

# used in testing, should be local to device in most situtations. Github will automatically create one whilst testing.
.env
.temp
.temp_data

# Other
/tests/me.rs
