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

# Virtual environments
.venv/
venv/
env/

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

# IDE
.idea/
.vscode/
*.swp

# Twine / secrets
.pypirc
