# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments and local packages
.venv/
venv/
env/
ENV/
__pypackages__/

# uv
.uv-cache/

# Build and packaging output
dist/
build/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Test, lint, type-check, and coverage caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Local example state and agent-written files
data/
.kagent/

# Environment secrets
.env
.env.*
!.env.example

# OS and editor noise
.DS_Store
.idea/
.vscode/
