# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage*
htmlcov/

# Local environment
.env
.python-version

# OS junk
.DS_Store
Thumbs.db
