# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual envs
.venv/
venv/
env/

# uv
.uv/

# Distribution
*.whl
*.tar.gz

# Editors
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# Marimo cache
.marimo/

# Docs
docs/_build/

*.agent
