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

# Virtual environments
.venv/
venv/
env/
ENV/

# Python tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Jupyter
.ipynb_checkpoints/

# Local Python version management
.python-version

# uv local cache
.uv-cache/

# Harness outputs
*_harness/results/
