.agents/
.claude/

# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Node.js
node_modules/
js/node_modules/

# Virtual environments
.venv/
venv/

__marimo__/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy / type checking
.mypy_cache/

# Large test data files
examples/data/*.npz
