# ── Python ────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
*.pyc

# ── Distribution / packaging ──────────────────────────────────
dist/
build/
*.egg-info/
*.egg
MANIFEST
.eggs/
wheels/
pip-wheel-metadata/
share/python-wheels/

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

# ── uv ────────────────────────────────────────────────────────
.uv/
uv.lock

# ── Environment / secrets ─────────────────────────────────────
.env
*.env
!.env.example

# ── Coven runtime artifacts ────────────────────────────────────
coven_workspace/
toolstorepy_workspace/
.repo_cache/

# ── Testing ───────────────────────────────────────────────────
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
nosetests.xml
pytest.ini.bak

# ── Type checkers ─────────────────────────────────────────────
.mypy_cache/
.pytype/
.pyre/

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

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

# ── Logs ─────────────────────────────────────────────────────
*.log
logs/

# ── OS ────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini