/target/
Cargo.lock
.env
.env.*

# Node/TypeScript
**/node_modules/
typescript/dist/
typescript/coverage/

# Python
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
python/build/
python/dist/
python/*.egg-info/
python/src/*.egg-info/
.venv/
venv/

# Go
coverage.out
