# Operating-system files
.DS_Store

# Python environments and caches
**/.venv/
**/venv/
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
*.py[cod]

# JavaScript dependencies and generated caches
**/node_modules/
**/.next/
**/.cache/

# Local editors and temporary files
**/.idea/
**/.vscode/
*.swp
*.tmp

