# Build
build/
dist/
*.egg-info/
*.so
*.pyd

# folders
thirdparty/

# Virtual environments
.venv/
venv/
.uv/

# Cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
coverage.xml
htmlcov/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store

# agentic
.claude
CLAUDE.md

