**/*.cpp
**/*.so
**/*.dylib
**/*.pyd
bazel-*
.bazel_user_root/
**/.bazel_user_root/
.whl
python/.cache
python/pyfory/__pycache__/
python/dist
python/build
python/pyfory.egg-info
**/*.egg-info
cython_debug
**/*.prof
**/*.pyc
testresult
java/target
benchmark/target
**/target/**/**
java/**/.code/
java/**/dependency-reduced-pom.xml
**/test-output
**/pom.xml.versionsBackup
**/.code/
**/*.iml
**/*.html
**/target
.idea/
generated/
java/dependency-reduced-pom.xml
java/foo
scala/.bsp
scala/.idea
bazel-*/
bazel-fory/
bazel-fory/**
**/generated
java/**/generated

javascript/**/dist/
javascript/**/node_modules/
javascript/**/build
javascript/junit.xml
MODULE.bazel.lock
.DS_Store
**/.DS_Store
.vscode/
go/fory/.gocache
go/fory/tests/xlang_test_main
go/fory/tests/xlang/xlang_test_main
go/fory/xlang_test_main
go/fory/xlang

# Build directories for all languages
# Java
**/target/
java/**/target/

# Python
python/build/
python/dist/
**/build/
**/dist/

# C++
cpp/build/
cpp/bazel-*

# Bazel build directories
bazel-out/
bazel-bin/
bazel-testlogs/
bazel-genfiles//

# Go
go/**/build/

# Rust
rust/target/

# JavaScript/Node.js
**/node_modules/
javascript/**/build/

# General build artifacts
build/
dist/
**/.ruff_cache
**/.pytest_cache
.venv
**/.idea
examples/cpp/cmake_example/build

**/*.pb.go
**/*.pb.cc
**/*.pb.h

**/benchmark_results.txt
**/benchmark_results.json
**/benchmark_report.md
**/benchmark_*.png
**/results/
benchmarks/**/report/
ignored/**
ci-logs/**
**/*.log