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

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

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

# Env / secrets
.env
.env.*
