# IDE Config folders
**/.vscode
**/.idea
.vs/
# Java compilation output?
**/.vsidx
**/.suo
# C# compilation output
debug/
bin/
obj/
# The game inputs will be in .txt
*.txt
# Cargo compilation output
target/
# Rust fmt stuff
**/*.rs.bk