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

# Virtual environments
.venv/
venv/

# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/
.log

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE and OS files
.vscode/
.DS_Store
