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

# Virtual environments
venv/
.venv/

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Jupyter
.ipynb_checkpoints/

# OS/editor files
.DS_Store

# Local env files
.env
.env.*
