# Ignore node_modules
node_modules/
**/node_modules/

# Ignore virtual environments
.venv/
venv/

# Ignore build directories
dist/
build/
site/

# Ignore caches
.pytest_cache/
.ruff_cache/
.git/

# Ignore generated changelog (release-please emits single-line entries that
# routinely exceed MD013's line-length limit; the file is bot-managed).
CHANGELOG.md
