# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/

# Testing / coverage
.coverage
.pytest_cache/
htmlcov/
coverage.xml
wheelhouse/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

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

# Lock file (a library resolves against PyPI)
uv.lock

# Local env
.env
