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

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Secrets — NEVER commit (see doc section 13.1)
.env
.env.*
config.toml
dexverse/config.toml

# Real manifests with presigned URLs / S3 creds (regenerated per download).
# examples/manifest*.json are tracked templates with placeholder URLs.
/manifest.json
/manifest*.json

# Local download state / artifacts
.dexverse/
*.s5cmd
download-state.json
download.log

# Editor / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
