# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg

# Build artifacts
build/
dist/
.venv/
venv/

# Test / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# uv
.uv/

# Editors
.vscode/
.idea/
.DS_Store

# AutoReadme output
README.md.bak
SPEC.md
.env