# ── Secrets & local config ───────────────────────────────────────────────
.env
feather.toml          # project-level config may contain org-specific paths

# ── Python ───────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
*.so
*.dylib
src/quill/_version.py

# ── Virtual environments / Pixi ──────────────────────────────────────────
.pixi/
.venv/
venv/
env/

# ── IDE / editor ─────────────────────────────────────────────────────────
.vscode/
.idea/
*.code-workspace
*.swp
*.swo
.DS_Store

# ── Test / coverage ──────────────────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
.tox/

# ── Docs build ───────────────────────────────────────────────────────────
site/
docs/_build/

# ── Scratch / notes ──────────────────────────────────────────────────────
notes/
