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

# Node (legacy)
node_modules/
*.tsbuildinfo

# Environment
.env
.env.local

# Data
data/runs/
!data/.gitkeep

# IDE / OS
.DS_Store
*.log
coverage/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
