# Add directories, files, and symbolic links which should not be stored within
# the repository here.

# Helper files requiring special attention
!.gitignore
!.gitattributes

# Project files
/.cache/
/.fleet/
/.idea/
/.vscode/

# OS specific temporary files
.DS_Store
Thumbs.db

# Rust/Cargo
/target/

# Lua compiler output
luac.out

# PUC-Rio Lua 5.1.1 reference (downloaded via AGENTS.md setup)
/lua-5.1.1/
/lua-5.1.1.tar.gz
/lua-5.1-tests/
/lua5.1-tests/
/lua-5.1-tests.tar.gz

# Added by cargo

/target
