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

# Test and type-checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

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

# Local tool / editor files
.DS_Store
.idea/
.vscode/

# Logs and temporary files
*.log
*.tmp
*.swp
