# Byte-compiled / optimized
__pycache__/
*.py[codz]
*$py.class
*.so

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

# Virtual environments
.env
.envrc
.venv

# UV lock (committed, but keep the comment for clarity)
#uv.lock

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.pytest_cache/
coverage.xml
mutants/

# mkdocs build output
/site

# Type checkers
.mypy_cache/
.pytype/

# Linter / formatter caches
.ruff_cache/

# IDE / editor
.idea/
.vscode/

# Claude Code
.claude/

# PyPI credentials
.pypirc
