# env
.venv/
venv/
env/
.env
.env.local
.python-version

# build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd
# generated by hatch-vcs at build time (see [tool.hatch.build.hooks.vcs])
renderers/_version.py

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty_cache/
.coverage
htmlcov/
coverage.xml

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

# agent harness state
.claude/
