# python generated files
__pycache__/
*.py[oc]
build/
dist/
site/
wheels/
tmp_dl/
*.egg-info
get-pip.*
logs

# virtual environments / tooling
.venv
.env
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# OS artifacts
docs/img/.DS_Store
.DS_Store

# tooling configs that should stay local
.cspell/
cspell.json
.vscode/
.idea/

# project-specific outputs
out/
static*/**
tests/.rg_config_test/
