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

# Test and coverage caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/

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

# Virtual environments
.venv/
venv/
env/

# Tool caches
.ruff_cache/
.mypy_cache/
.pyre/

# Local editor and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
