.venv/
venv/

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

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

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

# Type checker and linter caches
.mypy_cache/
.ruff_cache/
.pyright/

# Local tooling caches
.cache/
.tox/
.nox/

# IDE and editor settings
.vscode/
.idea/

# OS-specific files
.DS_Store