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

# Node (reference viewer / tooling, later)
node_modules/
*.tsbuildinfo

# Environments & secrets
.env
.env.*
!.env.example

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