# Byte-compiled / caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environments
.venv/
venv/
.env

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

# Coverage
.coverage
htmlcov/

# Editors
.idea/
.vscode/
.DS_Store
