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

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

# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/

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

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