# Build artifacts
/target
*.so
*.dylib
*.dll
*.a
*.lib

# Cargo
Cargo.lock

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.whl
.venv/
venv/
*.pyo
*.pyd

# Node.js
node_modules/
npm-debug.log
yarn-error.log

# Ruby
*.gem
.bundle/
vendor/

# Java
*.class
*.jar

# Editor and IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Documentation build
_site/
.jekyll-cache/
.sass-cache/

# Planning and notes (internal, not for publication)
TODO.md
PUBLICATION_PLAN.md
*.local.md

# Temporary files
*.tmp
.*.tmp
