# Exclude docs frontend project
docs/

# Exclude test files for each language
python/tests/
java/src/test/
nodejs/tests/
go/test_integration/

# Build artifacts
python/__pycache__/
python/src/*.egg-info/
python/dist/
python/.pytest_cache/
java/target/
nodejs/node_modules/
nodejs/dist/

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
go/test_v2/

tests/
node_modules/

python/.env
nodejs/*.tgz
