# 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

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

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