.local/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
venv1/
venv2/
env/
ENV/

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

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# OS/editor noise
.DS_Store
