# Build directories + logs
build/
build_*/
build_log*.txt
*.log
cmake-build-debug/
cmake-build-release/
bin/
lib/
*.so
*.a
*.o

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv

# IDEs
# .vscode/
.idea/
*.swp
*~
.DS_Store

# Generated artifacts (if any not in build)
*.egg-info/
dist/
.cache/
output/

# Generated Doxygen output (built in CI, published to Pages)
docs/html/
docs/latex/
