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

# Virtual environments
.venv/
venv/

# XRPL Lab user state (never commit)
.xrpl-lab/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
._*

# Swarm working state (manifests, findings, evidence)
swarms/

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/
site/.astro/
site/dist/
site/node_modules/
.polyglot-cache.json
.astro/
node_modules/
