# ─── Python ─────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# ─── Virtual Environments ───────────────────────────
.venv/
venv/
ENV/
env/

# ─── Testing ────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# ─── IDE / Editors ──────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# ─── Drishti traces (local only) ────────────────────
.drishti/

# ─── Distribution / Packaging ───────────────────────
*.tar.gz
*.whl

# ─── Misc ───────────────────────────────────────────
*.log
.env
.env.*
