# Editor swap / backup / lockfiles
*~
\#*
.\#*

# Python bytecode
__pycache__/
*.py[cod]

# Packaging
dist/
build/
*.egg-info/

# uv
.venv/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Lint / type checker caches
.ruff_cache/
.mypy_cache/

# Local environment
.envrc
