.DS_Store

# Editor files
*.swp

# Virtual environments
.venv/
.env
.env.*
!.env.example

# Python caches
__pycache__/
*.py[cod]

# Tool caches
.pytest_cache/
.ruff_cache/

# Coverage
.coverage
.coverage.*
htmlcov/

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