# Python-generated files
__pycache__/
*.py[cod]
*$py.class

# Build artifacts
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Tool caches
.mypy_cache/
.pyright/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Sphinx
docs/_build/

# Local/runtime artifacts
.codex/
.agents/
cache/
cache*/
*.db
*.sqlite
*.sqlite3

# Local experiments
tests2/

# OS/editor
.DS_Store
.idea/
.vscode/
