# # ==============================================================================
# # 📦 Node.js & npm Dependencies
# # ==============================================================================
# node_modules/
# npm-debug.log*
# yarn-debug.log*
# yarn-error.log*
# .pnpm-debug.log*

# # ==============================================================================
# # 🐍 Python Build, Distributions, & Ecosystem
# # ==============================================================================
# # Local virtual environments
# .venv/
# venv/
# ENV/
# env/

# # Hatchling, build, and setuptools output directories
# build/
# develop-eggs/
# dist/
# downloads/
# eggs/
# .eggs/
# lib/
# lib64/
# parts/
# sdist/
# var/
# wheels/
# share/python-wheels/
# *.egg-info/
# .installed.cfg
# *.egg
# MANIFEST

# # Byte-compiled / optimized modules
# __pycache__/
# *.py[cod]
# *$py.class

# # Cache directories
# .pytest_cache/
# .mypy_cache/
# .ruff_cache/

# # ==============================================================================
# # 🖥️ Operating System & IDE Garbage
# # ==============================================================================
# .DS_Store
# Thumbs.db
# .vscode/
# .idea/

# # ==============================================================================
# # ❌ Local Secrets (Never commit actual personal tokens!)
# # ==============================================================================
# .semanticgit_token
# .env
# *.local