# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments (any local venv: venv/, .venv/, .venv39/, .venv-smoke/ ...)
venv*/
.venv*/
.env
.env.*
!.env.example

# uv
uv.lock

# Editors / OS
.idea/
.vscode/
.DS_Store

# Local
.claude/
*.log
