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

# Virtual environments
.venv/
venv/
env/

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

# Test / coverage caches
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Agent/tool caches
.serena/

# Editor / OS files
.idea/
.vscode/
.DS_Store
