# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.so

# Environments
.venv/
venv/
.env

# uv
.uv/

# Docs build output
site/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
htmlcov/
.coverage
.coverage.*

# Codex run artifacts (local only)
codex-core.log
codex-core-result.txt

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