# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest-cache/

# Virtual environments
.venv

# local config. while I do use claude to code this
# I dont consider the agent config part of the project.
.claude

# Downloaded at build time — not committed
src/codedx/data/*

# the local lock file. this is a library, so should not matter.
uv.lock