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

# Virtual environments
.env/
.venv/
venv/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.testmondata

# OS clutter
.DS_Store

# Editor swap files
*.swp
*.swo
*~

# Environment files
.env

# uv lock file
uv.lock

# AI Agents
.opencode/
.sisyphus/
.omx/
.serena/

*.ipynb


# ETC

etc/
volumes/

# Coverage
.coverage
coverage.json
htmlcov/
