# LLM
.llm/

# Claude Code (local settings only — commands are tracked)
.claude/settings.local.json

# test files
test.py

# Byte-compiled
__pycache__/
cache/

# Distribution / packaging
dist/
*.egg-info/

# Unit test / coverage reports
.tox/
.coverage
.pytest_cache/

# Sphinx documentation
docs/_build/

# Environments
.idea
.env
.venv
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# Vscode
.vscode/

# Ruff
.ruff_cache/

# Mypy
.mypy_cache/

# Cache
.DS_Store
build/
site/
