**/*.cpp
**/*.so
**/*.dylib
**/*.pyd
bazel-*
.whl
python/.cache
python/pyfory/__pycache__/
python/dist
python/build
python/pyfory.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/
java/dependency-reduced-pom.xml
java/foo
scala/.bsp
scala/.idea
bazel-*/
bazel-fory/
bazel-fory/**
java/**/generated
javascript/**/dist/
javascript/**/node_modules/
javascript/**/build
MODULE.bazel
MODULE.bazel.lock
.DS_Store
**/.DS_Store
.vscode/
go/fory/.gocache

# 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
