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

# Virtual environments (uv defaults to .venv)
.venv/
venv/
ENV/

# Packaging / build outputs
build/
dist/
*.egg-info/
.eggs/

# Test / tooling caches
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# OS / editor files
.DS_Store
.vscode/
.idea/
