e17a70aecf
- uv.lock: package version bumped 0.2.2 → 0.2.7 (was stale). - .gitignore: exclude .claude/ (Claude Code per-user settings, not shared). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
245 B
Plaintext
23 lines
245 B
Plaintext
# Dependencies
|
|
.venv/
|
|
|
|
# Build
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Tools
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.python-version
|
|
|
|
# Reference material (not part of this project's source)
|
|
reference/
|
|
|
|
# Claude Code local settings
|
|
.claude/
|