# Build artifacts
build/
dist/
*.egg-info/

# Virtual environment
.venv/

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

# Type checking cache
.mypy_cache/

# Linting cache
.ruff_cache/

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

# Distribution / packaging
*.tar.gz
*.whl

# Local config (never commit credentials)
.envrc
config.toml
