# Python caches and bytecode
__pycache__/
*/__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
*.pyd

# Build/test artifacts
*.log
*.tmp
*.bak
*.swp
*.crlf_tmp

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

# Tools output
*.coverage
.pytest_cache/
.mypy_cache/

# OS files
.DS_Store
Thumbs.db

# Scratch context directories
_ctx/
_iter/

# Downloaded CI tools (actionlint, etc.)
actionlint
actionlint_linux_amd64.tar.gz
actionlint_*.tar.gz

# Dependency source diagnostics artifact (written by run_setup.bat)
dependency_source.txt

# Tilde-prefix runtime artifacts (bootstrapper writes these; see AGENTS.md)
~*
