# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# uv lockfile — builds use hatchling and CI installs with pip, so this is a
# local stray rather than a committed lock.
uv.lock

# Test / type-check / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/

# Local SQLite databases (for ad-hoc Django use; tests use :memory:)
*.sqlite3

# macOS
.DS_Store
