# Build and compilation artifacts
/_skbuild/
/build/
*.so
*.o
*.a
*.pyc
__pycache__/

# Distribution files
/dist/
*.egg-info/

# IDE and editor-specific files
.vscode/
.idea/
*.swp

# Temporary and cache files
.cache/
*.log

# OS-specific files
.DS_Store
Thumbs.db

# Environment and dependency management
venv/
env/
.env

# Specific to your project
/octomap_py.egg-info/
/src/octomap/bin/
/src/octomap/lib/

log
MANIFEST.in
octomap/octomap.cpp
