# OS/editor noise
.DS_Store
Thumbs.db
*.swp
*.swo

# Local assistant state
.codex/
.claude/
.gemini/
.aider*

# Python
__pycache__/
*.py[cod]
.python-version
.venv/
venv/
ENV/

# Python tooling caches and reports
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.coverage
coverage/
htmlcov/

# Packaging/build artifacts
dist/
build/
*.egg-info/

# Logs
*.log
