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

# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checker and linter caches
.mypy_cache/
.ruff_cache/
.pyre/

# IDE and OS files
.vscode/
.idea/
.DS_Store

# Local agent-tooling state
.claude/
