# Build artifacts
build/
dist/
*.egg-info/
*.so
*.o
*.a

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

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

# Environment
.env
venv/
env/

# OS
.DS_Store
.AppleDouble
.LSOverride

# Benchmark data
tests/fixtures/bench_large.jsonl

# C++ Build
*.so
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
