# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
*.so

# Virtual envs and tooling
.venv/
.nox/
.env
.env.*
!.env.pypi.example
!.env.testpypi.example
.uv/

# Build / dist / packaging
build/
dist/
sdist/
*.egg-info/
*.egg
wheelhouse/

# Coverage / test
.coverage*
htmlcov/
.pytest_cache/

# Lint caches
.ruff_cache/
.mypy_cache/

# Docs output
site/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Copier / template artifacts
copier.yml
~*
