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

# Node / TypeScript
node_modules/
typescript/dist/
*.tsbuildinfo
npm-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Swift
.build/
.swiftpm/
*.xcodeproj
Package.resolved

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
