# Exclude Windows build artifacts
libs/
.venv/
build/
dist/
**/*.tar.gz
**/*.so
**/*.dll
**/*.o

# Exclude git and IDE files
.git/
.gitignore
.Rproj.user/
*.Rproj

# Exclude logs
*.log

# Exclude delegate work files
.delegate/
