# Byte-compiled
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/

# Eden auto-generated workspace data
.eden/

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

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

# OS
.DS_Store
Thumbs.db

# Coverage
.coverage*
coverage/
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/
.pytest_cache/
