# Exclude everything by default
*

# Include only resources directory
!resources/
!resources/**

# Include metadata files
!package.json
!README.md
!LICENSE

# Exclude Rust artifacts
Cargo.toml
Cargo.lock
src/
target/
output/
