# Rust
/target/
Cargo.lock

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.dylib
*.so
*.dll
*.exe

# Large binary files (downloaded at build time)
libgodot/
*.xcframework
*.xcframework.zip

# Logs
*.log
/inspo
