# 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/
