# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache
.coverage
coverage.json
htmlcov/
.tool_cache/
_version.py

.zig-cache
zig-out
version.zig

.venv
.env
.env.test*
*.log*
.DS_Store

# State savers artifacts
*.jsonl
!python/tests/types/files/examples/test.jsonl

*.dump
*.wav
*.mp3
*.bin

# Safe testing during development
sandbox/

# Docs
node_modules/
.docusaurus/

**/ace/
!/tui/src/screens/ace/

**/target/

**/*lancedb*/

**/NOTES.md


# Internal planning docs
planning/
