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

# Virtual environments
.venv/
venv/

# XRPL Camp state (contains seed — never commit)
.xrpl-camp/

# Output artifacts (user artifacts, not repo content)
xrpl_camp_certificate.json
xrpl_camp_proof_pack.json

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# uv
uv.lock

# Ruff
.ruff_cache/

# Site (Astro landing page)
site/.astro/
site/dist/
site/node_modules/

# Polyglot translation cache
.polyglot-cache.json
