# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments: .venv is the working one, the others belong to `make build`,
# `make test-oldest` and `make test-latest`, which keep their own so they never disturb it.
.venv/
.venv-build/
.venv312/
.venv-latest/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs
logs/
*.log

# Spec / scratch
PROMPT.md
