# 排除 docs 前端项目
docs/

# 排除各语言的测试文件
python/tests/
java/src/test/
nodejs/tests/
go/test_integration/

# 编译产物
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
