# Build / Python
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.tox/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Native build artefacts
*.so
*.dylib
*.pyd
*.o
*.a
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json

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

# OS
.DS_Store
Thumbs.db

# Wheels
wheelhouse/

# Claude Code state
.claude/

# setuptools-scm writes the resolved version here at build time.
aiolibdatachannel/_version.py
