# Python artifacts
__pycache__/
*.py[cod]
*.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv
env/
venv/
ENV/

# Testing & linting
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# PAW runtime artifacts
.paw/
.paw*/
*.paw
*.paw.history.jsonl
traces.db

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