# ── Python ───────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
.eggs/
*.egg-link
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.env/

# Distribution / packaging
.Python
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pyright / pylance
pyrightconfig.json

# Ruff
.ruff_cache/

# ── Node / JavaScript ─────────────────────────────────────────────────────────
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.yarn/
.pnp.*
*.tsbuildinfo

# ── Build output ──────────────────────────────────────────────────────────────
dist/
out/

# ── IDE / Editor ──────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ── Secrets / local config ────────────────────────────────────────────────────
.env
.env.local
.env.*.local
*.pem
*.key
*.p12

# ── Twine / PyPI credentials ──────────────────────────────────────────────────
.pypirc

# ── Jupyter ───────────────────────────────────────────────────────────────────
.ipynb_checkpoints/
*.ipynb

# ── OS artifacts ─────────────────────────────────────────────────────────────
.DS_Store
desktop.ini
