__pycache__/
*.py[cod]
*$py.class
*.egg-info/
src/jquants_mcp/_version.py
dist/
build/
*.egg
.eggs/

.env
.envrc
.venv/
venv/

.ruff_cache/
.pytest_cache/
.mypy_cache/

*.db
*.sqlite
*.sqlite3

.DS_Store
# Ignore .claude/ contents (chat history, local memory, etc.) but keep
# project-level slash-command overrides (e.g. localised /review). Git
# can't apply a re-include negation when the parent directory itself
# is ignored, so we ignore the children instead of the dir.
.claude/*
!.claude/commands/

load_test_results/
