.agents-workspace/
.cache/
.venv/
__pycache__/
*.py[cod]
*.egg-info/
# Generated by hatch-vcs at build time (see [tool.hatch.build.hooks.vcs]).
src/fortune_telling_core/_version.py
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage/
dist/
build/
site/
.env
.env.*
!.env.example
*.swp
*.swo
.DS_Store
Thumbs.db
__MACOSX
