# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Env / secrets
.env
.pypirc

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Frontend build (node is build-time only; keep it out of the repo root)
node_modules/
