# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

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

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

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

# Local tool state
.python-version

# Editor files
.idea/
.vscode/
.DS_Store

# uv
uv.lock
