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

# Node (console)
node_modules/
console/dist/

# Env / secrets — NEVER commit real keys
.env
.env.local
*.local

# OS / editor
.DS_Store
.idea/
.vscode/
