# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
.claude/
# Build artifacts
src/opentui/opentui-libs/
src/opentui_bindings/build/
*.so
*.dylib
*.pyd
_skbuild/
CMakeCache.txt
CMakeFiles/

# Coverage
.coverage
htmlcov/

# Cache
.ruff_cache/
.mypy_cache/
.pytest_cache/

# OS
.DS_Store

# Reference upstream source (not for distribution)
reference/

# Internal docs and planning (not for distribution)
docs/
AGENTS.md
PLAN.md
progress.md
buffer_dump/

# Diagnostics
opentui-debug.log

# Benchmark baselines (machine-specific)
benchmarks/baselines/

# Issue tracking
.beads/

