# Node
node_modules/
dist/
*.tsbuildinfo
npm-debug.log*

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

# Browser cache / downloaded builds
.cache/
*.tar.gz
*.zip

# OS / editor
.DS_Store
*.swp
.idea/

# Local secrets / env
.env
*.local
