# Python artifacts
__pycache__/
*.py[cod]
*.so

# Packaging
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editors/OS
.DS_Store
.vscode/

# Java
java/