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

# Virtual envs
.venv/
venv/
env/

# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
