# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# keys
.env

# test database
*.db
*.db*

# test caches
.pytest_cache
config/logs/*.log
config-done

# MyST build output
docs/_build/
_site/

crow-editor/frontend/node_modules

*.log
*.log*

sandbox/lancedb-testing/pylate_lancedb/

# Rust
target/
