# Custom build files
build/
.build/

# Vim swap files
*.swp
*.swo

# CMake files
CPack*
CTest*
Testing/

# Emacs TAGS file
TAGS

# macOS system files
.DS_Store

# Eclipse project files
.cproject
.project

# Visual Studio Code workspace
.vscode

# Backup & temporary files
*.orig
*.bak
*~
*.temp

# Binary & build artifacts
*.idb
*.pdb
*.ncb
*.suo
*.user
*.dep
*.manifest
*.rsp

# Python bytecode
*.pyc

# Web files
*.htm

# JetBrains IDE
.idea/*

# NetBeans project
/nbproject/

# Doxygen documentation
docs/doxygen/html/

# Sphinx documentation
docs/readthedocs/site
docs/readthedocs/_build/
docs/readthedocs/_generated/
docs/readthedocs/_generated_stubs/

# Data files
data/screencap/*

# Temporary directory for dependencies
.deps/

# Language server and editor cache
.cache/

# Python distribution artifacts
dist/
*.egg-info

# Python wheel files
*.whl

# pixi environments
.pixi

# ImGui configuration
imgui.ini

# Temporary directory for dependencies
.deps/

# Language server and editor cache
.cache/

# Gazebo physics plugins
/libgz-physics-*.so

# Python distribution artifacts
dist/
*.egg-info

# Python wheel files
*.whl

# pixi environments
.pixi

# ImGui configuration
imgui.ini
.cache/
