# Byte-compiled / cache files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
.env
.envrc

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

# Test and coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Tooling caches
.ruff_cache/
.mypy_cache/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Logs
*.log

# Silkworm specific
data/

*.bin
