# Build artifacts
python/dist/
typescript/dist/
node_modules/

# Python
__pycache__/
*.egg-info/
.pytest_cache/
*.pyc
.venv/
dist/

# TypeScript
*.js.map

# Java (Maven)
java/target/
java/.mvn/wrapper/maven-wrapper.jar

# C# (.NET)
csharp/bin/
csharp/obj/
csharp/tests/bin/
csharp/tests/obj/
csharp/TestResults/
csharp/tests/TestResults/
