# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*

# macOS filesystem metadata
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Python build artifacts
build/
dist/
*.egg-info/
.eggs/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking / linting
.mypy_cache/
.ruff_cache/

# uv
.python-version

# C build artifacts
*.o
*.obj
*.a
*.so
*.dylib
*.dll
*.exe

# CMake
cmake-build-*/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Local project research and experiments
# Intentionally never committed.
.rtd-acquire-local/

# Temporary files
*.tmp
*.temp
*.bak

# Logs
*.log

# Documentation build output
site/
