# Dependencies
node_modules/

# Build output
dist/
*.tsbuildinfo

# Test / coverage
coverage/
.pytest_cache/
__pycache__/
*.pyc
*.egg-info/
build/

# Python venv
.venv/
venv/

# Editor / OS
.idea/
.vscode/
.DS_Store

# Logs
*.log
npm-debug.log*
