__pycache__/
.env
.DS_Store
.idea/
.vscode/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*

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