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

# Virtual environments
.venv/
venv/
env/

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

# Test and coverage outputs
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
coverage.json

# Type/lint caches
.mypy_cache/
.ruff_cache/

# IDE/editor files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Local runtime artifacts
*.log
