/target
/data/
/node_modules/
package.json
package-lock.json
publish_at_utc.sh
.knot/

# Local Database Persistent Storage
/data/
/tests/.e2e_data/
/tests/.e2e_*_data/
/tests/.e2e_*_repo/
/tests/testing_files/.knot/

# fastembed cache (downloaded models)
.fastembed_cache/

# Environment variables (local configuration)
.env

