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

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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.coveragerc

# Type checking
.mypy_cache/
.dmypy.json

# Jupyter
.ipynb_checkpoints/
*.ipynb

# relay runtime data
*.db
*.db-shm
*.db-wal
relay_results/
~/.relay/

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

# OS
.DS_Store
Thumbs.db

# Docs output
docs/

# Secrets / config overrides
.env
config.toml
*.local.toml
