# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyd

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# Tool caches
.ruff_cache/
.ty_cache/
.mypy_cache/
.pyright/

# Build artifacts
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Environment files (do not commit)
.env
.env.local
.env.*.local

# OS
.DS_Store
