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

# Virtual environments
.venv

# environment file. may contain secrets.
.env

# agent config is not 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