# Byte-compiled / caches
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
.cleanvenv/
env/

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