.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

# Environment
.env
.env.*

# OS / editor
.DS_Store
.vscode/


