# Python bytecode
__pycache__/
*.py[cod]

# Build / distribution output
build/
dist/
*.egg-info/

# Tool caches
.tox/
.pytest_cache/
.ruff_cache/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtualenvs
.venv/
venv/

# Secrets — never commit
.env
.env.*

# IDE / editor
.idea/

# uv lock (this is a library; downstream projects pin via their own lock)
uv.lock

